Skip to content

Commit 7f18cf5

Browse files
I added more explanations to the example/readme file. (#2027)
* Required packages must be installed Co-authored-by: Tim Schilling <schilling711@gmail.com>
1 parent 03c89d7 commit 7f18cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ interfere with common JavaScript frameworks.
1313
How to
1414
------
1515

16-
The example project requires a working installation of Django::
16+
The example project requires a working installation of Django and a few other packages::
1717

18-
$ python -m pip install Django
18+
$ python -m pip install -r requirements_dev.txt
1919

2020
The following command must run from the root directory of Django Debug Toolbar,
2121
i.e. the directory that contains ``example/``::

0 commit comments

Comments
 (0)