@@ -135,8 +135,9 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
135135##Running locally
136136
1371371 . Install Python 3.8 and[ poetry] ( https://python-poetry.org/docs/#installation ) .
138- 2 . Run` PYTHONPATH=. poetry run python core/generate_static_files.py `
139- 3 . In the` frontend ` folder:
138+ 2 . Run` poetry install ` to install Python dependencies.
139+ 3 . Run` PYTHONPATH=. poetry run python core/generate_static_files.py `
140+ 4 . In the` frontend ` folder:
1401411 . Ensure you have version 14.15.4 (lts/fermium) of` node ` and version 7.5.2 of` npm ` .
141142
142143 If you are on Windows: (in a Powershell window with "Run as Administrator")
@@ -146,7 +147,7 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
1461472 . Run` npm ci ` to download dependencies.
147148
1481493 . Run` npm start ` to start the frontend development server.
149- 4 . Go tohttp://localhost:3000/course/
150+ 5 . Go tohttp://localhost:3000/course/
150151
151152To learn more about the system, see the[ contributing guide] ( how_to_contribute.md ) .
152153