Restructure dependencies (#2121)

This commit is contained in:
Raphael Michel
2021-06-11 12:51:20 +02:00
committed by GitHub
parent efc2efac84
commit d187a497f9
14 changed files with 108 additions and 192 deletions

View File

@@ -54,7 +54,7 @@ Working with the code
The first thing you need are all the main application's dependencies::
cd src/
pip3 install -r requirements.txt -r requirements/dev.txt
pip3 install -e ".[dev]"
Next, you need to copy the SCSS files from the source folder to the STATIC_ROOT directory::