diff --git a/Getting-Started-with-MMGen.md b/Getting-Started-with-MMGen.md index a623bd6..38697bd 100644 --- a/Getting-Started-with-MMGen.md +++ b/Getting-Started-with-MMGen.md @@ -51,8 +51,8 @@ See [Altcoin-and-Forkcoin-Support][09] for more details. #### Invocation The MMGen wallet system is not a single program but a suite of lightweight -commands run from the command line. MMGen’s commands all begin, not -surprisingly, with `mmgen`. To see a list of available commands, type `mmgen` +scripts run from the command line. MMGen’s commands all begin, not +surprisingly, with `mmgen`. To view all available commands, type `mmgen` followed by the TAB key. Every mmgen command has a help screen displaying detailed usage and options information. To view it, type the command name followed by `--help`. Note that most command options have long and short diff --git a/Test-Suite.md b/Test-Suite.md index aea97c2..be11510 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -99,12 +99,10 @@ may also be started and stopped manually at the DOS or MSYS2 prompt as follows # net start msys2_sshd # net stop msys2_sshd -#### MoneroPy +#### Monero-Python - $ git clone https://github.com/bigreddmachine/MoneroPy - $ cd MoneroPy - $ python3 setup.py install --user - $ cd .. + $ python3 -m pip install --user pycryptodomex ipaddress varint + $ python3 -m pip install --user --no-deps monero #### Vanitygen PlusPlus (forked from Vanitygen Plus)