From 4febffdadb99667edb7082994ddf3322de9527a8 Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:39:33 +0000 Subject: [PATCH] Make master installation clearer People are asking for 0.4.0+ functionality, so by making the master installation instructions a section, we can easily copy a link pointing to the relevant bit of code. Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1741f2c518..c54808d85f 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,18 @@ Its ambitions are: ## Installation -To install [the current release](https://pypi.org/project/monai/): + +### Installing [the current release](https://pypi.org/project/monai/): ```bash pip install monai ``` -To install from the source code repository: +### Installing the master branch from the source code repository: ```bash pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI ``` -Alternatively, pre-built Docker image is available via [DockerHub](https://hub.docker.com/r/projectmonai/monai): +### Using the pre-built Docker image [DockerHub](https://hub.docker.com/r/projectmonai/monai): ```bash # with docker v19.03+ docker run --gpus all --rm -ti --ipc=host projectmonai/monai:latest