Installation

Requirements

Make sure you have installed Python 3.9 by typing

python --version

in your shell.

(Older version might work, but are not actively tested)

If you do not (want to) use conda, consider using a python version management like pyenv .

Install

Install the latest version of virocon from PyPI by typing

pip install virocon

Alternatively, you can install from virocon repository’s Master branch by typing

pip install https://github.com/virocon-organization/virocon/archive/master.zip

virocon is also available as a conda package. We recommend to first create a new environment.

conda create --name virocon python=3.9

And then activate that new environment and install virocon.

conda activate virocon
conda install -c virocon-organization virocon