doc: Improve install notes.
This commit is contained in:
parent
9b95c66605
commit
1da0d06ef0
@ -63,7 +63,24 @@ To run in a different directory and on testnet:
|
|||||||
|
|
||||||
## OSX
|
## 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
|
$ git clone https://github.com/tecnovert/basicswap.git
|
||||||
$ cd basicswap
|
$ cd basicswap
|
||||||
$ protoc -I=basicswap --python_out=basicswap basicswap/messages.proto
|
$ protoc -I=basicswap --python_out=basicswap basicswap/messages.proto
|
||||||
@ -74,7 +91,11 @@ To run in a different directory and on testnet:
|
|||||||
|
|
||||||
# Windows
|
# 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':
|
Right click in the directory you want to install into and select 'Git Bash Here':
|
||||||
|
|
||||||
$ git clone https://github.com/tecnovert/basicswap.git
|
$ git clone https://github.com/tecnovert/basicswap.git
|
||||||
|
Loading…
Reference in New Issue
Block a user