Python

RSME was written in Python. We recommend installing the Anaconda distribution of Python version > 3.8. It is freely available for individual use in:

Read about the advantages of using Python in neuroscientific research in:

Python documentation is available in:

We recommend installing all dependencies in a dedicated Conda environment. Learn about Conda environments in:

Briefly, using your terminal or command line, create an environment using:

conda create --name RSME --clone base

and activate it using:

conda activate RSME

Last updated

Was this helpful?