Installation

The easiest way to use geometron is to install it with pip (or tools based on pip such as pipenv)

$ pip install geometron

For contributing, you will need to clone the repository and setup the environment for using this project :

$ git clone git@gfa-gitlab.umons.ac.be:kaufmanno/geometron.git
$ cd geometron/
$ pipenv shell
$ pipenv install

To view installed dependencies, see the Pipfile. Be aware that using pipfile install actually installs from the Pipfile.lock file. Use the –skip-lock option if you want to use the Pipfile instead.