We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c89d7 commit 7f18cf5Copy full SHA for 7f18cf5
example/README.rst
@@ -13,9 +13,9 @@ interfere with common JavaScript frameworks.
13
How to
14
------
15
16
-The example project requires a working installation of Django::
+The example project requires a working installation of Django and a few other packages::
17
18
- $ python -m pip install Django
+ $ python -m pip install -r requirements_dev.txt
19
20
The following command must run from the root directory of Django Debug Toolbar,
21
i.e. the directory that contains ``example/``::
0 commit comments