diff --git a/README.md b/README.md index 66012cc..7624597 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,20 @@ Until now, DiffSynth Studio has supported the following models: ## Installation +Install from source code: + ``` git clone https://github.com/modelscope/DiffSynth-Studio.git cd DiffSynth-Studio pip install -e . ``` +Or install from pypi: + +``` +pip install diffsynth +``` + ## Usage (in Python code) The Python examples are in [`examples`](./examples/). We provide an overview here.