alfredplpl commited on
Commit
54b10bf
1 Parent(s): 7d7617d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -24,6 +24,9 @@ tags:
24
 
25
  - diffusers
26
  1. Install libraries (diffusers etc.).
 
 
 
27
  2. Run the following code.
28
  ```python
29
  import torch
 
24
 
25
  - diffusers
26
  1. Install libraries (diffusers etc.).
27
+ ```bash
28
+ pip install git+https://github.com/huggingface/diffusers
29
+ ```
30
  2. Run the following code.
31
  ```python
32
  import torch