Update install note

modified:   Install-MMGen-on-Linux.md
modified:   Install-MMGen-on-Microsoft-Windows.md
The MMGen Project 2022-01-25 12:28:13 +00:00
commit 7f9e8ed69c
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 10 additions and 4 deletions

@ -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].

@ -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.
### <a name='a_pe'>10. Install Python Ethereum dependencies (Ethereum users only)</a>
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