SetupΒΆ

To install the latest version of pycps, you can clone the Github repository.

git clone https://github.com/TomAugspurger/pycps
cd pycps

Install the dependencies with pip

pip install .
pip install -r requirements.txt
pip install tables
pytohn setup.py install

Note: pycps uses HDF5 for file storage, so you’ll need to have that installed before install the python bindings from pytables.

At the time of this writing, a bug in the current version of pytables, prevents it from being installed with Cython 0.21. You can install the development version with

pip install git+https://github.com/PyTables/PyTables

Then setup your configuration. You’ll want to look at pycps/settings.json to configure the paths for data storage and a few other things.

Or you can use pip:

pip install python-cps