update install instructions in README.md
This commit is contained in:
parent
b2dc247429
commit
554f786903
2 changed files with 10 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -8,9 +8,15 @@ Currently tested on Linux only. Some scripts may not work under Windows/MSYS2.
|
|||
|
||||
## Install:
|
||||
|
||||
If installing as user (without venv), Make sure that `~/.local/bin` is in `PATH`.
|
||||
|
||||
### Stable version:
|
||||
|
||||
$ python3 -m pip install --user --upgrade mmgen-node-tools
|
||||
First, install the [required MMGen packages][7] for your Linux distribution:
|
||||
|
||||
Then,
|
||||
|
||||
$ python3 -m pip install --upgrade mmgen-node-tools
|
||||
|
||||
### Development version:
|
||||
|
||||
|
|
@ -21,9 +27,7 @@ Then,
|
|||
$ git clone https://github.com/mmgen/mmgen-node-tools
|
||||
$ cd mmgen-node-tools
|
||||
$ python3 -m build --no-isolation
|
||||
$ python3 -m pip install --user dist/*.whl
|
||||
|
||||
Also make sure that `~/.local/bin` is in `PATH`.
|
||||
$ python3 -m pip install dist/*.whl
|
||||
|
||||
## Test:
|
||||
|
||||
|
|
@ -52,3 +56,4 @@ Donate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w
|
|||
[4]: https://bitcointalk.org/index.php?topic=567069.0
|
||||
[5]: https://github.com/mmgen/mmgen/wiki/MMGen-Signing-Keys
|
||||
[6]: https://github.com/mmgen/mmgen/
|
||||
[7]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Linux
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.2.dev5
|
||||
3.2.dev6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue