1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Docs: fix installation typo (#453)

installation doc typo fix
This commit is contained in:
Partho
2022-09-10 02:47:17 +05:30
committed by GitHub
parent 58434879e1
commit 8eaaa546d8

View File

@@ -66,7 +66,7 @@ Clone the repository and install 🤗 Diffusers with the following commands:
```bash
git clone https://github.com/huggingface/diffusers.git
cd transformers
cd diffusers
pip install -e .
```