Skip to content

Commit e544dd6

Browse files
authored
Update installation for generative example (#1399)
Fixes # . ### Description Update installation for generative example ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Can-Zhao <[email protected]>
1 parent 8cbc6fb commit e544dd6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

generative/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ The examples are designed as demonstration to showcase the training process for
66
## Installation
77
```
88
pip install lpips
9-
pip install git+https://github.com/Project-MONAI/[email protected]
10-
```
11-
12-
Or install it from source:
13-
```
14-
pip install lpips
15-
git clone https://github.com/Project-MONAI/GenerativeModels.git
16-
cd GenerativeModels/
17-
python setup.py install
18-
cd ..
9+
pip install monai-generative==0.2.2
1910
```
2011

2112
## [Brats 3D latent diffusion model](./3d_ldm/README.md)

0 commit comments

Comments
 (0)