boris commited on
Commit
fb1fbca
1 Parent(s): 8b80a79

doc: setup instructions

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 development, use `pip install -e ".[dev]"`.
 
 
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