Update Compiling a local version of the website authored by emmapeel's avatar emmapeel
...@@ -84,6 +84,8 @@ Activate your virtual environment, and then install the requirements: ...@@ -84,6 +84,8 @@ Activate your virtual environment, and then install the requirements:
source venv/bin/activate source venv/bin/activate
pip install -r lego/lektor-requirements.txt pip install -r lego/lektor-requirements.txt
pip install -r requirements.txt pip install -r requirements.txt
pip install dart-sass
``` ```
### 8. Build the website for the first time ### 8. Build the website for the first time
... ...
......