Update install.md

This commit is contained in:
tecnovert
2019-07-27 22:34:40 +02:00
parent 682fe578a7
commit 4972f1f60f
3 changed files with 13 additions and 2 deletions

View File

@@ -59,3 +59,14 @@ To run in a different directory and on testnet:
$ export PYTHONPATH=$(pwd)
$ python bin/basicswap-prepare.py
$ python bin/basicswap-run.py
## OSX
$ brew install python git protobuf
$ git clone https://github.com/tecnovert/basicswap.git
$ cd basicswap
$ protoc -I=basicswap --python_out=basicswap basicswap/messages.proto
$ pip3 install .
$ basicswap-prepare
$ basicswap-run