Browse Source

update package name, install instructions in README

The MMGen Project 6 months ago
parent
commit
b2dc247429
2 changed files with 8 additions and 2 deletions
  1. 7 1
      README.md
  2. 1 1
      setup.cfg

+ 7 - 1
README.md

@@ -8,7 +8,13 @@ Currently tested on Linux only.  Some scripts may not work under Windows/MSYS2.
 
 ## Install:
 
-First, install [MMGen][6].
+### Stable version:
+
+	$ python3 -m pip install --user --upgrade mmgen-node-tools
+
+### Development version:
+
+First, install the latest development version of [MMGen][6].
 
 Then,
 

+ 1 - 1
setup.cfg

@@ -1,5 +1,5 @@
 [metadata]
-name         = MMGen Node Tools
+name         = mmgen-node-tools
 version      = file: mmgen_node_tools/data/version
 description  = Optional online tools for the MMGen wallet suite
 long_description = file: README.md