2018-08-31 20:52:35 +02:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2021-01-03 14:10:25 +01:00
|
|
|
stcgal requires Python 3.5 (or later), pyserial 3.0 or later and
|
2018-09-23 22:43:38 +02:00
|
|
|
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
|
|
|
|
```stcgal.py``` script if the dependencies are already installed.
|
2018-09-06 21:54:09 +02:00
|
|
|
|
|
|
|
There are several options for permanent installation:
|
|
|
|
|
2018-09-23 22:43:38 +02:00
|
|
|
* Use Python3 and ```pip```. Run ```pip3 install stcgal``` to
|
|
|
|
install the latest release of stcgal globally on your system.
|
2018-09-06 21:54:09 +02:00
|
|
|
This may require administrator/root permissions for write access
|
|
|
|
to system directories.
|
|
|
|
|
|
|
|
* Use setuptools. Run ```./setup.py build``` to build and
|
|
|
|
```sudo ./setup.py install``` to install stcgal.
|