mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
doc: Improve install notes.
This commit is contained in:
parent
9b95c66605
commit
1da0d06ef0
1 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue