Installation process for Python

1. Prerequisites

Make sure you have Python3 and pip installed by typing in your terminal:

python --version
pip --version

If python and/or pip or not installed yet, please read instructions for Python and pip.

2. Installation

In your working environment you can install artus:

python3 -m pip install artus

To make the most of artus, you can need to install Detectron2 and solaris:

python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
git clone https://github.com/cosmiq/solaris.git
cd solaris
git checkout 0.5.0
pip install .

3. Try artus!

Now you are reading to try artus! You can go along the tutorials provided to explore how artus is working.