Spaces:
Running
Running
doc: setup instructions
Browse files
README.md
CHANGED
@@ -28,7 +28,9 @@ Refer to [our report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini
|
|
28 |
|
29 |
### Dependencies Installation
|
30 |
|
31 |
-
For
|
|
|
|
|
32 |
|
33 |
### Training of VQGAN
|
34 |
|
|
|
28 |
|
29 |
### Dependencies Installation
|
30 |
|
31 |
+
For inference only, use `pip install git+https://github.com/borisdayma/dalle-mini.git`.
|
32 |
+
|
33 |
+
For development, clone the repo and use `pip install -e ".[dev]"`.
|
34 |
|
35 |
### Training of VQGAN
|
36 |
|