Docs: Suggest updating pip to resolve cryptography installation issues (#1349)

See https://cryptography.io/en/latest/installation/#building-cryptography-on-linux

Co-authored-by: Kim Neunert <k9ert@gmx.de>
This commit is contained in:
Nadav Ivgi 2021-09-19 23:33:55 +03:00 committed by GitHub
parent cb8968b5fb
commit 74778d5edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,10 @@ python3 -m cryptoadvance.specter server --config DevelopmentConfig
```
#### If `pip install` fails on `cryptography==3.4.x`
Certain platform/python3 version combos require a Rust compiler. Install via:
If you're using pip older than v19.0, upgrade it with `pip install --upgrade pip`. This is needed to use the pre-built `cryptography` wheel instead of building it.
If this still doesn't work, certain platform/python3 version combos require a Rust compiler. Install via:
* Linux/macOS:
```