Installation Guide

Local installation

Link display text - URL SPACE can be downloaded from GitHub or from zenodo.

Clone this repository, and then install it in ‘editable’ mode as:

git clone https://github.com/CorentinLouis/SPACE_labelling_tool.git
pip install -e SPACE_labelling_tool

Installing in editable mode will allow the scripts to read any new or modified versions of the configuration files.

SPACE Labelling Tool is also directly available from PyPi: https://pypi.org/project/space-labelling-tool/

pip install SPACE-labelling-tool

Running the code requires to install other software, as described below.

Required software

Python

The SPACE labelling tool code is running under Python. It has been developed and tested on Python version 3.8. This software must be installed for running the SPACE labelling tool code.