Skip to content

Installation

PyPI version Supported Python Versions

The webknossos package requires at least Python 3.8.

You can install it from pypi, e.g. via pip:

pip install webknossos

For extended file format conversation support it is necessary to install the optional dependencies:

pip install "webknossos[all]"

If you have issues with installing the pylibczirw package on macOS, try:

pip install --extra-index-url https://pypi.scm.io/simple/ "webknossos[all]"