From 386e658d0b746c27b2ee3cdb2073c9ad1610b1ce Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 25 Apr 2023 10:04:05 +0200 Subject: [PATCH] Update developer guide --- doc/development/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index 18448a60f1..33646ae4b9 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -58,11 +58,11 @@ If you do not have a recent installation of ``nodejs``, install it now:: To make sure it is on your path variable, close and reopen your terminal. Now, install the Python-level dependencies of pretix:: - cd src/ pip3 install -e ".[dev]" Next, you need to copy the SCSS files from the source folder to the STATIC_ROOT directory:: + cd src/ python manage.py collectstatic --noinput Then, create the local database::