From cb21a8db46b8017a1c0e2fe023e1a81a09d80ee6 Mon Sep 17 00:00:00 2001 From: SjoerdMurris <105706153+SjoerdMurris@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:37:46 +0100 Subject: [PATCH] Update README.md Cython related installation issues -> added a tip --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a5b2aa16..54fec651c 100644 --- a/README.md +++ b/README.md @@ -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: