Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added additional packages that need to be installed on venv
  • Loading branch information
SjoerdMurris authored Nov 24, 2023
1 parent fd507c2 commit 32b7709
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ conda create --name neuro
# activate the virtual environment
conda activate neuro
# install some prerequisite packages
pip install numpy Cython scipy h5py nibabel matplotlib Pillow numexpr tornado lxml networkx jupyter jupyterlab
pip install numpy cython scipy h5py nibabel matplotlib Pillow numexpr tornado lxml networkx jupyter jupyterlab
pip install future scipy shapely html15lib imageio wget

# install this adapted pycortex release
git clone https://github.com/VisionandCognition/NHP-pycortex.git
cd NHP-pycortex
Expand Down

0 comments on commit 32b7709

Please sign in to comment.