Update README

This commit is contained in:
Grigori Goronzy 2015-11-23 19:53:14 +01:00
parent b96bc39948
commit 2bf43d161a

View File

@ -47,8 +47,11 @@ Features
Installation Installation
------------ ------------
stcgal requires Python 3.2 (or later) and pySerial. Apart from that, stcgal requires Python 3.2 (or later) and pySerial. You can run stcgal
no particular installation is required. directly with the included ```stcgal.py``` script. The recommended
method for permanent installation is to use Python's setuptools. Run
```./setup.py build``` to build and ```sudo ./setup.py install```
to install stcgal.
Usage Usage
----- -----