Installation

Installing with Anaconda / conda

The easiest way to install PyOSP is through conda with the following command:

conda install -c conda-forge pyosp

Installing from source

You may install the development version by cloning the source repository and installed locally:

git clone https://github.com/PyOSP-devs/PyOSP.git
cd pyosp
conda install --file requirements.txt
python setup.py install