
------------
To install this module using pip:
$sudo pip install Starfive.GPIO
   or
$sudo pip3 install Starfive.GPIO

------------

If you want to build your own version from this downloaded copy, make
sure that you have the Python development source installed first!

On Starfive:
$ sudo apt-get install python-dev python3-dev

To install the module:

$ sudo python setup.py install
   or
$ sudo python3 setup.py install
