From 998d84b681449ef5b2e76c4214fc0c4c2ac8b84d Mon Sep 17 00:00:00 2001 From: beak jong seoung Date: Sat, 2 Nov 2024 16:49:07 +0900 Subject: [PATCH 1/2] Required packages must be installed --- example/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.rst b/example/README.rst index 1c34e4893..70280b9ef 100644 --- a/example/README.rst +++ b/example/README.rst @@ -13,9 +13,9 @@ interfere with common JavaScript frameworks. How to ------ -The example project requires a working installation of Django:: +The example project requires a working installation of the required packages:: - $ python -m pip install Django + $ python -m pip install -r requirements_dev.txt The following command must run from the root directory of Django Debug Toolbar, i.e. the directory that contains ``example/``:: From bdd1cb2e7662088e66b946d88a16481b483862b4 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Tue, 5 Nov 2024 14:58:18 +0100 Subject: [PATCH 2/2] Update example/README.rst Co-authored-by: Tim Schilling --- example/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.rst b/example/README.rst index 70280b9ef..8c9dac879 100644 --- a/example/README.rst +++ b/example/README.rst @@ -13,7 +13,7 @@ interfere with common JavaScript frameworks. How to ------ -The example project requires a working installation of the required packages:: +The example project requires a working installation of Django and a few other packages:: $ python -m pip install -r requirements_dev.txt