From 452d3b6acb52f7dc784a81cebfbb87056e94744f Mon Sep 17 00:00:00 2001 From: Joeran Bosma Date: Thu, 12 Jan 2023 15:10:10 +0100 Subject: [PATCH] Update installation documentation --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 70111729..e339e34e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ 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 @@ -21,13 +27,7 @@ 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