We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fada37f commit ccae50cCopy full SHA for ccae50c
README.md
@@ -32,14 +32,14 @@ We hope to open new avenues of inquiry exploring geometric neural correlates of
32
We recommend using Anaconda for easy installation and use of the method. To create the necessary conda environment, run:
33
34
```
35
-conda create -n neurometry python=3.11.3 -y
+conda create -n neurometry python=3.11.3 cmake boost -c conda-forge -y
36
conda activate neurometry
37
pip install -e '.[all]'
38
39
40
If cuda is available, run instead:
41
42
43
44
pip install -e '.[all,gpu]'
45
0 commit comments