From 7f9e8ed69c196de8debca53887cc0a33e33bcd69 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Tue, 25 Jan 2022 12:28:13 +0000 Subject: [PATCH] Update install note modified: Install-MMGen-on-Linux.md modified: Install-MMGen-on-Microsoft-Windows.md --- Install-MMGen-on-Linux.md | 7 ++++--- Install-MMGen-on-Microsoft-Windows.md | 7 ++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Install-MMGen-on-Linux.md b/Install-MMGen-on-Linux.md index 60204d9..da24219 100644 --- a/Install-MMGen-on-Linux.md +++ b/Install-MMGen-on-Linux.md @@ -29,7 +29,7 @@ any old installations under `/usr` or `/usr/local`. $ cd mmgen $ git checkout stable_linux # see 'Note' below $ python3 -m build --no-isolation - $ python3 -m pip install --user --upgrade dist/*.whl # see 'Testing Note' below + $ python3 -m pip install --user --upgrade dist/*.whl # see 'Install Note' below $ cd .. **Note:** if you want to use features that have appeared since the latest @@ -40,8 +40,9 @@ security vulnerabilities are more likely to be present in new code than in a stable release. In addition, new code may require dependencies or installation steps not yet covered in the documentation. -**Testing Note:** MMGen may be tested in place prior to installation. Refer to -the [Test Suite][ts] wiki page for details. +**Install Note:** The `--force` and `--no-deps` options also come in handy on +occasion. Note that MMGen may be tested in place without installation. Refer +to the [Test Suite][ts] wiki page for details. Install your coin daemon(s). To install prebuilt binaries, go [here][01]. To install from source, go [here][02]. diff --git a/Install-MMGen-on-Microsoft-Windows.md b/Install-MMGen-on-Microsoft-Windows.md index 8dd0e20..8e407d7 100644 --- a/Install-MMGen-on-Microsoft-Windows.md +++ b/Install-MMGen-on-Microsoft-Windows.md @@ -306,7 +306,7 @@ Enter the repo directory and build: Exit the repo directory and install: $ cd .. - $ python3 -m pip install --upgrade mmgen/dist/*.whl + $ python3 -m pip install --upgrade mmgen/dist/*.whl # see 'Install Note' below **Note:** if you want to use features that have appeared since the latest `stable_msys2` release, then you can omit the `git checkout stable_msys2` @@ -318,6 +318,10 @@ install or run on MSYS2. Installation or runtime issues may also arise due to missing dependencies or installation steps not yet covered in the documentation. +**Install Note:** The `--force` and `--no-deps` options also come in handy on +occasion. Note that MMGen may be tested in place without installation. Refer +to the [Test Suite][ts] wiki page for details. + ### 10. Install Python Ethereum dependencies (Ethereum users only) If you’ll be using MMGen with Ethereum, then you must install a few @@ -426,3 +430,4 @@ continue from the `git checkout stable_msys2` step. [pl]: Altcoin-and-Forkcoin-Support#a_oe [ax]: autosign-[MMGen-command-help] [mc]: Altcoin-and-Forkcoin-Support#a_xmr +[ts]: Test-Suite