diff --git a/README.md b/README.md index 36a501c72c..10b38d3c4c 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,17 @@ The class provides functionality to compute previous image according to alpha, b ## Installation +**With `pip`** + ```bash pip install diffusers # should install diffusers 0.1.3 ``` +**With `conda`** +```sh +conda install -c conda-forge diffusers +``` ## In the works