doc: Improve install notes.

This commit is contained in:
tecnovert 2019-07-30 00:41:28 +02:00
parent 9b95c66605
commit 1da0d06ef0
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -63,7 +63,24 @@ To run in a different directory and on testnet:
## OSX
$ brew install python git protobuf
Install Homebrew:
https://brew.sh/
Command Line Tools:
$ xcode-select --install
Dependencies:
$ brew install python git protobuf gnupg
Python certificates:
$ /Applications/Python\ 3.7/Install\ Certificates.command
Basicswap
$ git clone https://github.com/tecnovert/basicswap.git
$ cd basicswap
$ protoc -I=basicswap --python_out=basicswap basicswap/messages.proto
@ -74,7 +91,11 @@ To run in a different directory and on testnet:
# Windows
Install git and python3
Install git and python3:
https://gitforwindows.org/
https://www.python.org/downloads/windows/
Right click in the directory you want to install into and select 'Git Bash Here':
$ git clone https://github.com/tecnovert/basicswap.git