Browse Source

update documentation from wiki

The MMGen Project 2 years ago
parent
commit
1e983497c7

+ 2 - 1
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
 
 ### <a name='a_ev'>5. Set up your environment</a>
 

+ 2 - 2
doc/wiki/using-mmgen/Getting-Started-with-MMGen.md

@@ -51,8 +51,8 @@ See [Altcoin-and-Forkcoin-Support][09] for more details.
 #### <a name='a_iv'>Invocation</a>
 
 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

+ 3 - 5
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)