The recommend way for un-experienced Python users is to use Anaconda for downloading and installation. For more experienced users there is a PyPi packages available.
Installation tutorial of ASONAM 2018 Installation instructions Decide exchange model
Anaconda is a platform for managing your environment through a nice graphical interface. It makes the process of software distribution a lot easier.
Add decide
and conda-forge
to your channels. An explanation to manage your channels through the anaconda-navigator can be found here: https://conda.io/docs/user-guide/tutorials/build-apps.html#configuring-navigator
The urls for the channels are
https://anaconda.org/jelmert
https://anaconda.org/conda-forge
The ‘decide-exchange-model’ is now available for installation on your Home screen of the Anaconda Navigator and can be launched.
update packages
cog
icon at the top right of the tile and click update
There is also an package available on pypi.org: https://pypi.org/project/decide-exchange-model/
pip install decide-exchange-model
After installation decide-gui
and decide-cli
are available on your path. Type decide-cli --help
for instructions for usage of the commandline tool.