PySchedCL Installation ¶
Requirements
Installation using setup.py¶
After completing installation of the dependencies as mentioned in the Requirement section, you need to get the source for the latest stable release from github like this:
$ git clone https://github.com/anighose25/pyschedcl
Go to PySchedCL folder and run configure.py .
$ cd PySchedCL
$ python setup.py
$ python configure.py
Environment variables¶
-
PYTHONPATH
¶ -
Path where Python is installed along with colon-separated path of the PySchedCL package
Set these permanently in your ~/.bashrc
file:
$ export PYTHONPATH=<path-to-pyschedcl-package>:$PYTHONPATH
Test Installation
Make sure you have installed the dependencies and set your PYTHONPATH
environment variable correctly as described in the relevant section above.