Update installation instructions
Mention TQDM dependency and switch to official PyPI repositories.
This commit is contained in:
parent
05984a6c49
commit
9ae334ec25
@ -1,16 +1,15 @@
|
|||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
stcgal requires Python 3.2 (or later) and pySerial. USB support is
|
stcgal requires Python 3.2 (or later), pyserial 3.0 or later and
|
||||||
optional and requires pyusb 1.0.0b2 or later. You can run stcgal
|
TQDM 4.0.0 or later. USB support is optional and requires pyusb
|
||||||
directly with the included ```stcgal.py``` script if the dependencies
|
1.0.0b2 or later. You can run stcgal directly with the included
|
||||||
are already installed.
|
```stcgal.py``` script if the dependencies are already installed.
|
||||||
|
|
||||||
There are several options for permanent installation:
|
There are several options for permanent installation:
|
||||||
|
|
||||||
* Use Python3 and ```pip```. Run
|
* Use Python3 and ```pip```. Run ```pip3 install stcgal``` to
|
||||||
```pip3 install git+https://github.com/grigorig/stcgal.git```
|
install the latest release of stcgal globally on your system.
|
||||||
to install the latest version of stcgal globally on your system.
|
|
||||||
This may require administrator/root permissions for write access
|
This may require administrator/root permissions for write access
|
||||||
to system directories.
|
to system directories.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user