Installation

CIRpy supports Python versions 2.7, 3.3, 3.4 and 3.5. There are no required dependencies.

Option 2: Download the latest release

Alternatively, download the latest release manually and install yourself:

tar -xzvf CIRpy-1.0.2.tar.gz
cd CIRpy-1.0.2
python setup.py install

The setup.py command will install CIRpy in your site-packages folder so it is automatically available to all your python scripts.

Option 3: Clone the repository

The latest development version of CIRpy is always available on GitHub. This version is not guaranteed to be stable, but may include new features that have not yet been released. Simply clone the repository and install as usual:

git clone https://github.com/mcs07/CIRpy.git
cd CIRpy
python setup.py install