diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index c6c119ff97d1..006e583e9f16 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -19,8 +19,9 @@ cd diffusers pip install -e . ``` -Then cd in the example folder and run +Install the requirements in the `examples/dreambooth` folder as shown below. ```bash +cd examples/dreambooth pip install -r requirements.txt ```