Skip to content

Commit

Permalink
New hbaws conda env. (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: cgohil <[email protected]>
  • Loading branch information
cgohil8 and cgohil authored Apr 12, 2024
1 parent 298a770 commit 37ab1c6
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 2 deletions.
14 changes: 12 additions & 2 deletions envs/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Conda Environments

See the official documentation for the [installation instructions](https://osl.readthedocs.io/en/latest/install.html).

OSL only environments:

- `linux.yml`: for Linux computers.
- `mac.yml`: for Mac computers.
- `hbaws.yml`: for Oxford OHBA workstation computers.
- `bmrc.yml`: for the Oxford BMRC cluster.

These can be install with:
```
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/<os>.yml
conda activate osl
pip install -e .
```

OSL + osl-dynamics environments:

- **`linux-full.yml`: recommended environment for Linux computers.**
- **`mac-full.yml`: recommended environment for Mac computers.**
- `osl-workshop-23.yml`: used in the [2023 OSL Workshop](https://osf.io/zxb6c/).

See the official documentation for the [installation instructions](https://osl.readthedocs.io/en/latest/install.html) for these environment files.

All environments come with Jupyter Notebook and Spyder.
Loading

0 comments on commit 37ab1c6

Please sign in to comment.