Installation#

Minimal installation#

Suitable for when you don’t need plotting.

$ pip install cogent3

Install with graphing tools#

The graphing dependency Plotly is installed too.

$ pip install "cogent3[extra]"

Install with developer tools#

Everything we use for cogent3 development.

$ pip install "cogent3[dev]"

Note

Installs all dependencies that can be installed using pip.

Installing the development version#

$ pip install git+https://github.com/cogent3/cogent3.git@develop#egg=cogent3

Warning

The interface can change without warning.

Installing using conda / mamba#

Activate your conda environment, then

(myenv) $ conda install cogent3