Installation#
Installation#
From pypi#
The package is available on pypi. To install, simply use:
pip install protis
From sources#
Sources are available on gitlab. First
clone the repository and install with pip
:
git clone https://gitlab.com/protis/protis.git
cd protis
pip install -e .