Closed Loop Control system of Sharp Wave Ripples in Hippocampus CA3 region

Mengzhan (John) code for Closed Loop Control system of Sharp Wave Ripples in Hippocampus CA3 region
Creating Python Virtual Environment
To run the project, you’ll first need to create a python virtual environment with specific dependencies installed. The packages needed can be found at this ”’clc_packages”’ repository. Link: https://bitbucket.org/LauFoo/clc_packages/src/master/
- Create a python virtual environment with
pyvenv
packages andvenv
command - Go to
clc_packages
repository and clone it, make a local repository - Activate the virtual environment with the line
(name_of_venv)Scriptsactivate
- Change the directory to the one containing
setup.py
for each package and install it with the linepython setup.py install
- In the terminal type
pip freeze
to check the list of packages installed in your virtual environment.
GitHub