Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 632 Bytes

pythoninfo.md

File metadata and controls

14 lines (12 loc) · 632 Bytes

This step is optional if you have Python >=3.8, <3.12 installed (run python --version in a terminal and check the version that is printed; we recommend 3.8). If you don't have Python (in the correct version), we recommend using Anaconda for setting up requirements because it is very easy (but any way of installing is fine). If you do not have Anaconda yet, follow their installation instructions.

After installing Anaconda, to set up a Python 3.8 environment (in case you don't have one yet) execute:

conda create --yes -n newsmtsc python=3.8
conda activate newsmtsc