Installation
How to install Simcoon
The easiest way to install simcoon is to create a conda environnement: You can utilize the Anaconda GUI or type: (for the installation of an environment called “scientific”)
To activate the environment:
The next step is to install simcoon:
Simcoon is now installed.
To build Simcoon locally
If you need to compile Simcoon on your system, first you need to install the required packages:
Next, after downloading the simcoon sources in the github repository of Simcoon. Unzip the content in a folder.
Please note: If you have installed matplotlib you shall delete the file /path/to/anaconda/anaconda3/envs/scientific/lib/python3.7/site-packages/matplotlib-3.4.3-py3.7-nspkg.pth
The last step is to run the installation script:
Please note: Make sure you activate your environment before running any python code that invoke Simcoon.