Docs: Supported Python versions (#1847)

* Small correction to the virtualenv arg for setting the Python version
* python version updated

Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
This commit is contained in:
Willie Wheeler 2022-08-24 00:35:58 -07:00 committed by GitHub
parent 7e1b760d5c
commit a16b15dc92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -72,7 +72,7 @@ The easiest way to run Specter Desktop is by installing the Specter Desktop app,
With this method, all you need to do is just download the right file for your operating system and install it like a normal desktop app (Debian buster is only [partially supported](https://github.com/cryptoadvance/specter-desktop/issues/769))
### Installing Specter from Pip
* Specter requires Python version 3.6 to 3.8. We will support python 3.9 when HWI adds support for it.
* Specter requires Python version 3.7 to 3.9.
* Bitcoin Core node should be at least v0.19+, better if it's the latest one from [bitcoincore.org](https://bitcoincore.org/en/download/).
* HWI support requires `libusb`
* Ubuntu/Debian: `sudo apt install libusb-1.0-0-dev libudev-dev python3-dev`

View file

@ -84,7 +84,8 @@ sudo yum -y install libusb libudev-devel libffi libffi-devel openssl-devel && su
### Set up virtualenv
Note that `hwi-1.2.0` needs Python 3.6-3.8. If you have Python 3.9 installed then be sure to also install an old Python version and pass it to `virtualenv` (e.g. `virtualenv --python3.8 .env`).
Specter is using `hwi-2.1.0` which by now supports higher Python versions than Specter itself. Specter currently supports Python 3.7-3.9.
If you have Python 3.10 as your global version then be sure to also install an old Python version and pass it to `virtualenv` (e.g. `virtualenv --python=python3.8 .env`) or use pyenv.
```sh
git clone https://github.com/cryptoadvance/specter-desktop.git