-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: cgohil <[email protected]>
- Loading branch information
Showing
2 changed files
with
405 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.