############################## Installation ############################## Installation with pip ------------------------------ PyCoMo can be installed via pip: .. code-block:: bash pip install pycomo Installation with conda ------------------------------ Or via conda: .. code-block:: bash 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. .. code-block:: bash git clone https://github.com/univieCUBE/PyCoMo Next run pip install on the folder containing the PyCoMo repository. .. code-block:: bash pip install path/to/PyCoMo