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::