Skip to content

Commit

Permalink
Update installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joeranbosma committed Jan 12, 2023
1 parent df8749c commit 452d3b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Please feel free to raise any issues you encounter [here](https://github.com/DIA


## Installation
`picai_baseline` can be cloned and pip-installed:
`picai_baseline` can be pip-installed:

```bash
pip install picai_baseline
```

Alternatively, `picai_baseline` can be installed from source:

```bash
git clone https://github.com/DIAGNijmegen/picai_baseline
cd picai_baseline
pip install -e .
```

This ensures the scripts are present locally, which enables you to run the provided Python scripts. Additionally, this allows you to modify the baseline solutions, due to the `-e` option.

Alternatively, `picai_baseline` can be pip-installed directly:

```
pip install git+https://github.com/DIAGNijmegen/picai_baseline
```
This ensures the scripts are present locally, which enables you to run the provided Python scripts. Additionally, this allows you to modify the baseline solutions, due to the `-e` option. Furthermore, this ensures the latest version is installed.


## General Setup
Expand Down

0 comments on commit 452d3b6

Please sign in to comment.