Skip to content

Commit

Permalink
setup instructions for mwe
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Aug 10, 2024
1 parent ae71fb1 commit f49dd0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```
conda create -n synthfix python=3.10 pip
git clone git@github.com:neuronets/nobrainer.git
cd nobrainer
pip install -e .
git checkout synthseg_fix
# please check the TODO in examples/mwe.py
python examples/mwe.py
```

0 comments on commit f49dd0c

Please sign in to comment.