Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Cython related installation issues -> added a tip
  • Loading branch information
SjoerdMurris authored Nov 23, 2023
1 parent 88f477e commit cb21a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ pip install numpy Cython scipy h5py nibabel matplotlib Pillow numexpr tornado lx
git clone https://github.com/VisionandCognition/NHP-pycortex.git
cd NHP-pycortex
python setup.py develop

# [Tip] If you're running into installation issues that are cython related: the following may help
pip install Cython==0.29.36
pip install scikit-learn==0.23 --no-build-isolation

```

```
Pycortex uses a configuration file to specify where things are saved. Edit it to make it point to where you want your files.
You can check the location of the filestore after installing by running:
Expand Down

0 comments on commit cb21a8d

Please sign in to comment.