Update installation instructions

Python 3.5 is required now.
This commit is contained in:
Grigori Goronzy 2021-01-03 14:10:25 +01:00
parent d0597578de
commit 1e78d62f5d

View File

@ -1,7 +1,7 @@
Installation Installation
============ ============
stcgal requires Python 3.2 (or later), pyserial 3.0 or later and stcgal requires Python 3.5 (or later), pyserial 3.0 or later and
TQDM 4.0.0 or later. USB support is optional and requires pyusb TQDM 4.0.0 or later. USB support is optional and requires pyusb
1.0.0b2 or later. You can run stcgal directly with the included 1.0.0b2 or later. You can run stcgal directly with the included
```stcgal.py``` script if the dependencies are already installed. ```stcgal.py``` script if the dependencies are already installed.