Skip to content

(2) Setting up the code

Maxim Umansky edited this page Sep 24, 2020 · 5 revisions

Assuming your have Ananconda3 and setuptools installed, do:

cd INGRID

python setup.py install

If you don't have access to your python installation, add at the end "--user"

Note: for MacOS Mojave, there is a special setup procedure to avoid a conflict between OS and TkInter

Clone this wiki locally