From 1e983497c741913a92dcd4f34d838a751104cc0b Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 26 Nov 2022 18:55:48 +0000 Subject: [PATCH] update documentation from wiki --- .../install-mswin/Install-MMGen-on-Microsoft-Windows.md | 3 ++- doc/wiki/using-mmgen/Getting-Started-with-MMGen.md | 4 ++-- doc/wiki/using-mmgen/Test-Suite.md | 8 +++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md b/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md index 8b394481..45fc4545 100644 --- a/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md +++ b/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md @@ -205,7 +205,8 @@ Install the MMGen requirements and their dependencies: mingw-w64-x86_64-python-pynacl \ mingw-w64-x86_64-python-pysocks \ mingw-w64-x86_64-python-requests \ - mingw-w64-x86_64-python-aiohttp + mingw-w64-x86_64-python-aiohttp \ + mingw-w64-x86_64-python-pyreadline3 ### 5. Set up your environment diff --git a/doc/wiki/using-mmgen/Getting-Started-with-MMGen.md b/doc/wiki/using-mmgen/Getting-Started-with-MMGen.md index a623bd62..38697bda 100644 --- a/doc/wiki/using-mmgen/Getting-Started-with-MMGen.md +++ b/doc/wiki/using-mmgen/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/doc/wiki/using-mmgen/Test-Suite.md b/doc/wiki/using-mmgen/Test-Suite.md index aea97c2b..be11510a 100644 --- a/doc/wiki/using-mmgen/Test-Suite.md +++ b/doc/wiki/using-mmgen/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)