From 95ba50c4b0b52676dcb5e91004e07494bafdc2b0 Mon Sep 17 00:00:00 2001 From: Mark Graham Date: Tue, 12 Dec 2023 07:06:53 -0600 Subject: [PATCH] Update README.md Signed-off-by: Mark Graham --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e68b603c..78fd1b87 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ In the longer term, we aim to integrate the generative models into the MONAI cor image synthesis, anomaly detection, MRI reconstruction, domain transfer) ## Installation -To install MONAI Generative Models, it is recommended to clone the codebase directly: +To install the current release of MONAI Generative Models, you can run: ``` -git clone https://github.com/Project-MONAI/GenerativeModels.git +pip install monai-generative ``` -This command will create a GenerativeModels/ folder in your current directory. You can install it by running the following: +To install the current main branch of the repository, run: ``` -cd GenerativeModels/ -python setup.py install +pip install git+https://github.com/Project-MONAI/GenerativeModels.git ``` +Requires Python >= 3.8. ## Contributing For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/GenerativeModels/blob/main/CONTRIBUTING.md).