Skip to content

Commit

Permalink
Add info that SCT's conda environment can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Nov 1, 2023
1 parent 26f44c0 commit 96d4ec6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,28 @@ Currently supported labels are:

## 2. Installation

Download the repository:

```console
git clone https://github.com/spinalcordtoolbox/manual-correction.git
cd manual-correction
```

Create a virtual environment and install the required packages:

```console
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

Alternatively, you can use existing SCT's conda environment:

```console
source ${SCT_DIR}/python/etc/profile.d/conda.sh (main|✚1⚑3)
conda activate venv_sct
```

## 3. Usage

> **Important**
Expand Down

0 comments on commit 96d4ec6

Please sign in to comment.