This library is for freezing and integrating data. Modeled after how minus 80°C freezers work.
Option 1: Use pip to install the most recent tagged version:
pip install minus80
Option 2: Clone the repo manually and install the development version
git clone [email protected]:LinkageIO/Minus80.git
cd Minus80
python setup.py develop
Note: Both options require that you have Python.h
on your system. More info here. On Ubuntu systems, you can run: sudo apt-get install python-dev
.
Read our documentation at Read The Docs: http://minus80.readthedocs.io