diff --git a/README.md b/README.md index d74ea0a..dedac08 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,7 @@ DiffSynth Studio is a Diffusion engine. We have restructured architectures inclu ## Installation ``` -git clone https://github.com/modelscope/DiffSynth-Studio.git -cd DiffSynth-Studio -pip install -e . +pip install git+https://github.com/modelscope/DiffSynth-Studio.git ``` ## Usage (in Python code) diff --git a/setup.py b/setup.py index b4da93f..68e78e7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( version="1.0.0", description="", author="Artiprocher", - packages=find_packages(exclude=["diffsynth"]), + packages=find_packages(), install_requires=[ str(r) for r in pkg_resources.parse_requirements(