Installation¶
Create and activate a virtual environment to install the current package, e.g. using conda (please refer to their site for questions about creating the environment):
conda activate # ensures you are in the base environment
conda create -n neurogym python=3.11
conda activate neurogym
Then install neurogym as follows:
Psychopy installation¶
If you need psychopy for your project, additionally run