Skip to content

Commit

Permalink
update readme installation
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoeacosta committed Apr 18, 2024
1 parent fada37f commit ccae50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ We hope to open new avenues of inquiry exploring geometric neural correlates of
We recommend using Anaconda for easy installation and use of the method. To create the necessary conda environment, run:

```
conda create -n neurometry python=3.11.3 -y
conda create -n neurometry python=3.11.3 cmake boost -c conda-forge -y
conda activate neurometry
pip install -e '.[all]'
```

If cuda is available, run instead:
```
conda create -n neurometry python=3.11.3 -y
conda create -n neurometry python=3.11.3 cmake boost -c conda-forge -y
conda activate neurometry
pip install -e '.[all,gpu]'
```
Expand Down

0 comments on commit ccae50c

Please sign in to comment.