modified: Install-MMGen-on-Debian-or-Ubuntu-Linux.md
parent
890b9bf477
commit
7a2dc60b57
1 changed files with 5 additions and 8 deletions
|
|
@ -28,18 +28,15 @@ For computers with no Internet connection, see **Note for offline machines** bel
|
|||
|
||||
$ git clone https://github.com/mmgen/mmgen.git
|
||||
$ cd mmgen
|
||||
$ git checkout stable_linux # see 'Note' below
|
||||
$ python3 -m build --no-isolation
|
||||
$ pip3 install --user --upgrade dist/*.whl # see 'Testing Note' below
|
||||
$ cd ..
|
||||
|
||||
**Note:** if you want to use features that have appeared since the latest
|
||||
`stable_linux` release, then you can omit the `git checkout` step and remain on
|
||||
the `master` branch. Please bear in mind, however, that while the tip of
|
||||
`master` is always tested on Linux before being pushed to the public repository,
|
||||
security vulnerabilities are more likely to be present in new code than in a
|
||||
stable release. In addition, new code may require dependencies or installation
|
||||
steps not yet covered in the documentation.
|
||||
**Note:** Bear in mind that while the tip of `master` is always tested on
|
||||
Linux before being pushed to the public repository, security vulnerabilities
|
||||
are more likely to be present in new code than in a stable release. In
|
||||
addition, new code may require dependencies or installation steps not yet
|
||||
covered in the documentation.
|
||||
|
||||
Install your coin daemon(s). To install prebuilt binaries, go [here][01]. To
|
||||
install from source, go [here][02].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue