Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 33e3f6a

Browse files
authored
Update README.md (#444)
Signed-off-by: Mark Graham <markgraham539@gmail.com>
1 parent 7896dda commit 33e3f6a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ In the longer term, we aim to integrate the generative models into the MONAI cor
2828
image synthesis, anomaly detection, MRI reconstruction, domain transfer)
2929

3030
## Installation
31-
To install MONAI Generative Models, it is recommended to clone the codebase directly:
31+
To install the current release of MONAI Generative Models, you can run:
3232
```
33-
git clone https://github.com/Project-MONAI/GenerativeModels.git
33+
pip install monai-generative
3434
```
35-
This command will create a GenerativeModels/ folder in your current directory. You can install it by running the following:
35+
To install the current main branch of the repository, run:
3636
```
37-
cd GenerativeModels/
38-
python setup.py install
37+
pip install git+https://github.com/Project-MONAI/GenerativeModels.git
3938
```
39+
Requires Python >= 3.8.
4040

4141
## Contributing
4242
For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/GenerativeModels/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)