Prepare windows releases.

This commit is contained in:
tecnovert
2019-07-28 14:45:26 +02:00
parent 7c9ff485e3
commit 18ee89361a
4 changed files with 41 additions and 12 deletions

View File

@@ -70,3 +70,20 @@ To run in a different directory and on testnet:
$ pip3 install .
$ basicswap-prepare
$ basicswap-run
# Windows
Install git and python3
Right click in the directory you want to install into and select 'Git Bash Here':
$ git clone https://github.com/tecnovert/basicswap.git
$ cd basicswap
$ pip3 install .
$ basicswap-prepare
$ basicswap-run
Open url in browser:
http://localhost:12700
Shutdown by pressibg ctrl + c in the Git Bash console window.