-
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.
Merge branch 'main' into plot_source
- Loading branch information
Showing
23 changed files
with
337 additions
and
145 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
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
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
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
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,12 +1,28 @@ | ||
Installation | ||
============ | ||
|
||
First, make sure you have conda (or miniconda) installed: https://docs.conda.io/en/latest. Then oslpy can be installed from source using the following: | ||
We recommend installing OSL within a virtual environment. You can do this with `Anaconda <https://docs.anaconda.com/free/anaconda/install/index.html>`_ (or `miniconda <https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html>`_). | ||
|
||
:: | ||
git clone https://github.com/OHBA-analysis/oslpy.git | ||
cd oslpy | ||
Linux | ||
----- | ||
|
||
1. Install FSL using the instructions `here <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation/Linux>`_. | ||
|
||
2. Install OSL either via pip using:: | ||
|
||
pip install osl | ||
|
||
or from source (in editable mode) using:: | ||
|
||
git clone https://github.com/OHBA-analysis/osl.git | ||
cd osl | ||
conda env create -f envs/linux.yml | ||
conda activate osl | ||
pip install -e . | ||
|
||
Windows | ||
------- | ||
|
||
If you're using a Windows machine, we recommend you install FSL within a `Ubuntu <https://ubuntu.com/wsl>`_ (linux) subsystem following the instructions `here <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FslInstallation/Windows>`_. | ||
|
||
Then install OSL using the instructions above. |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: osl | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.8.16 | ||
- pip=23.0.1 | ||
- vtk=9.1.0=*osmesa* | ||
- pyvista=0.38.5 | ||
- pip: | ||
- jupyter==1.0.0 | ||
- ipympl==0.9.3 | ||
- ipywidgets==8.0.5 | ||
- ipyevents==2.0.1 | ||
- ipyvtklink==0.2.2 | ||
- jupyter-client==8.1.0 | ||
- numpy==1.23.5 | ||
- scipy==1.10.1 | ||
- matplotlib==3.7.1 | ||
- mne==1.3.1 | ||
- scikit-learn==1.2.2 | ||
- fslpy==3.11.3 | ||
- sails==1.4.0 | ||
- tabulate==0.9.0 | ||
- pyyaml==6.0 | ||
- neurokit2==0.2.3 | ||
- jinja2==3.1.2 | ||
- glmtools==0.2.1 | ||
- numba==0.56.4 | ||
- nilearn==0.10.2 | ||
- dask==2023.3.2 | ||
- distributed==2023.3.2 | ||
- parse==1.19.0 | ||
- opencv-python==4.7.0.72 | ||
- h5io==0.1.7 | ||
- mat73==0.60 | ||
- nibabel==5.0.1 | ||
- pandas==1.5.3 | ||
- panel==1.2.3 | ||
- pqdm==0.2.0 | ||
- seaborn==0.12.2 | ||
- tensorflow==2.9.1 | ||
- tensorflow_probability==0.17.0 | ||
- tqdm==4.65.0 | ||
- osfclient==0.0.5 | ||
- osl==0.5.1 | ||
- osl-dynamics==1.2.11 |
Oops, something went wrong.