Installation
Installation with pip
PyCoMo can be installed via pip:
pip install pycomo
Installation with conda
Or via conda:
conda install -c conda-forge -c bioconda pycomo
Installation from source
Alternatively PyCoMo can be installed from the GitHub repository. First clone the repository to your machine.
git clone https://github.com/univieCUBE/PyCoMo
Next run pip install on the folder containing the PyCoMo repository.
pip install path/to/PyCoMo