Browse Source

User instructed to install from release

master
Adam Gibson 4 years ago
parent
commit
42e64596ab
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 15
      README.md

15
README.md

@ -30,20 +30,21 @@ For a quick introduction to Joinmarket you can watch [this demonstration](https:
### Quickstart - RECOMMENDED INSTALLATION METHOD (Linux and macOS only) ### Quickstart - RECOMMENDED INSTALLATION METHOD (Linux and macOS only)
Once you've downloaded this repo, either as a tar/zip file, and extracted it, or via `git clone`: Download the latest [release](https://github.com/Joinmarket-Org/joinmarket-clientserver/releases) as tar or zip, and extract it.
Make sure to validate the signature on the tar/zip file provided on the [release page](https://github.com/Joinmarket-Org/joinmarket-clientserver/releases), Make sure to validate the signature on the tar/zip file provided with the [release](https://github.com/Joinmarket-Org/joinmarket-clientserver/releases) (or check the signature in git if you install that way using `git log --show-signature`).
or check the signature in git if you install that way using `git log --show-signature`.
**macOS users**: Make sure that you have Homebrew and Apple's Command Line Tools installed. (**macOS users**: Make sure that you have Homebrew and Apple's Command Line Tools installed.)
./install.sh ./install.sh
(follow instructions on screen; provide sudo password when prompted)
(There are options you can apply to the installation - see `./install.sh -?`. But the defaults should work.)
Follow instructions on screen; provide sudo password when prompted, then when finished:
source jmvenv/bin/activate source jmvenv/bin/activate
cd scripts cd scripts
(You can add `--develop` as an extra flag to `install.sh` to make the Joinmarket code editable in-place.)
You can optionally install a Qt GUI application, you will be prompted to choose this during installation. You can optionally install a Qt GUI application, you will be prompted to choose this during installation.
Do note, Python 2 is no longer supported as it has reached its end of life. Do note, Python 2 is no longer supported as it has reached its end of life.

Loading…
Cancel
Save