Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down