Please follow the instructions below to install AsPyLib on Linux systems.
The procedure has been tested with Ubuntu, some minor adaptations might be needed for other distributions.
Unzip the archive and copy all files where you want in the computer (for example, MyDocuments or Desktop).
There are two possibilities to do it:
1. add the full path of folder aspylib_v2.0.0 (for instance /home/soft/aspylib_v2.0.0) to the PYTHONPATH environment variable. If AsPyLib has been copied to /home/soft, this is done by adding the following line to /etc/environment:
PYTHONPATH="/home/soft/aspylib_v2.0.0"
Then log off and log on again so that Linux is aware of the changes.
or, equivalently:
2. modify file aspylib.pth so that it contains the full path of folder aspylib_v2.0.0 and put it in your python dist-packages directory. Most likely the path will be /usr/lib/python2.7/dist-packages/.
AsPyLib is now installed on your system, congratulations !!