mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 03:03:41 +08:00
70ddf6fd84
old-commit-hash: 97a289e6a974f7e0f3f5ae91cc91626181462bb3
10 lines
275 B
Markdown
10 lines
275 B
Markdown
# Updating your panda
|
|
|
|
Panda should update automatically via the [openpilot](http://openpilot.comma.ai/).
|
|
|
|
On Linux or Mac OSX, you can manually update it using:
|
|
```
|
|
sudo pip install --upgrade pandacan`
|
|
PYTHONPATH="" sudo python -c "import panda; panda.flash_release()"`
|
|
```
|