Installation

Install with pip

To install PyOphidia package run the following command:

$ pip install pyophidia

Install with conda

To install PyOphidia with conda run the following command:

$ conda install -c conda-forge pyophidia

Install from sources

To install the latest developement version run the following commands:

$ git clone https://github.com/OphidiaBigData/PyOphidia
$ cd PyOphidia
$ python setup.py install