From fd507c2512a4599c8493cdd0d8df20aa711b0e37 Mon Sep 17 00:00:00 2001 From: SjoerdMurris <105706153+SjoerdMurris@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:10:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd7ab51..601a49cb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install numpy Cython scipy h5py nibabel matplotlib Pillow numexpr tornado lx # install this adapted pycortex release git clone https://github.com/VisionandCognition/NHP-pycortex.git cd NHP-pycortex -python setup.py develop +sudo 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