Docs: Added venv step (#33097)
old-commit-hash: 6f1ea5a1fd5606e3407f32ab3eacd86a02d9a6ab
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user