Docs: Added venv step (#33097)

old-commit-hash: 6f1ea5a1fd5606e3407f32ab3eacd86a02d9a6ab
This commit is contained in:
ugtthis
2024-07-26 19:29:08 -07:00
committed by GitHub
parent 67fb848bc1
commit 4ea781b062

View File

@@ -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
```