Docs: Added venv step (#33097)

old-commit-hash: 6f1ea5a1fd
pull/33302/head
ugtthis 9 months ago committed by GitHub
parent 67fb848bc1
commit 4ea781b062
  1. 7
      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
```

Loading…
Cancel
Save