Skip to content

Commit

Permalink
Updated installation instructions on github. (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 authored Aug 25, 2024
1 parent 2beafd4 commit 70b18e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ conda activate osl
pip install -e .
```

### Oxford-specific computers

If you are installing on an OHBA workstation computer (HBAWS) use:
```
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/hbaws.yml
conda activate osl
pip install -e .
pip install spyder==5.1.5
```

Or on the BMRC cluster:
```
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/bmrc.yml
conda activate osl
pip install -e .
```

## Removing OSL

Simply removing the conda environment and delete the repository:
Expand Down

0 comments on commit 70b18e9

Please sign in to comment.