diff --git a/docs/docs/how-to/turn-the-speed-blue.md b/docs/docs/how-to/turn-the-speed-blue.md index 28e1a376ac..f76e9e489e 100644 --- a/docs/docs/how-to/turn-the-speed-blue.md +++ b/docs/docs/how-to/turn-the-speed-blue.md @@ -12,9 +12,14 @@ Run this to clone openpilot and install all the dependencies: curl -fsSL openpilot.comma.ai | bash ``` -Then, compile openpilot: +Navigate to openpilot folder & activate a Python virtual environment ```bash cd openpilot +source .venv/bin/activate +``` + +Then, compile openpilot: +```bash scons -j8 ```