Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Apr 1, 2024
1 parent ef40687 commit a035071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Documentation: https://osl.readthedocs.io/en/latest/.

## Installation

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

OSL can be installed from source code within a [Miniconda](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html) (or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html)) environment using:
Alternatively, OSL can be installed from source code within a [Miniconda](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html) (or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html)) environment using:
```
git clone https://github.com/OHBA-analysis/osl.git
cd osl
conda env create -f envs/linux-generic.yml
conda env create -f envs/linux.yml
conda activate osl
pip install -e .
```
Expand Down

0 comments on commit a035071

Please sign in to comment.