Update windows.md

This commit is contained in:
Stepan Snigirev 2020-08-05 22:37:14 +02:00 committed by GitHub
parent 8a89c2a938
commit 00c32b0fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,10 @@ python3 -m cryptoadvance.specter server
Web interface should be on http://localhost:25441/
*Note:* `--daemon` flag is not available on Windows yet. Also communication with a remote node is not tested yet.
If you are running into problems with pip, you can install it via:
- download [get-pip.py](https://bootstrap.pypa.io/get-pip.py)
- navigate to the folder where this file is located
- run `python3 get-pip.py`
- now pip should be available and you can try installing Specter
*Note:* `--daemon` flag is not available on Windows yet