mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 07:44:00 +08:00
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()"`
|
|
```
|