Skip to content

Commit ccae50c

Browse files
update readme installation
1 parent fada37f commit ccae50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ We hope to open new avenues of inquiry exploring geometric neural correlates of
3232
We recommend using Anaconda for easy installation and use of the method. To create the necessary conda environment, run:
3333

3434
```
35-
conda create -n neurometry python=3.11.3 -y
35+
conda create -n neurometry python=3.11.3 cmake boost -c conda-forge -y
3636
conda activate neurometry
3737
pip install -e '.[all]'
3838
```
3939

4040
If cuda is available, run instead:
4141
```
42-
conda create -n neurometry python=3.11.3 -y
42+
conda create -n neurometry python=3.11.3 cmake boost -c conda-forge -y
4343
conda activate neurometry
4444
pip install -e '.[all,gpu]'
4545
```

0 commit comments

Comments
 (0)