Install the python plugin - lebrat/3forthOptimalTransport GitHub Wiki
Python version
This plugin is tested and released for python 3.7, in order not to interfere with your previous package version we strongly recommend to install anaconda and to create a new environment with the command:
conda create -n myenv python=3.7
Once you are done you can install the python package and its prerequisites with the command:
user@computer:~$ pip install git+https://github.com/lebrat/3forthOptimalTransport
user@computer:~$ git clone https://github.com/lebrat/3forthOptimalTransport
Congratulations :tada: you start using the toolbox by launching this this Notebook with the following command :
user@computer:~$ cd 3forthOptimalTransport
user@computer:3forthOptimalTransport$ jupyter-notebook 3forthTour.ipynb