panda/UPDATING.md

10 lines
275 B
Markdown
Raw Permalink Normal View History

2017-08-25 12:06:02 -06:00
# Updating your panda
Panda should update automatically via the [openpilot](http://openpilot.comma.ai/).
2017-08-25 12:06:02 -06:00
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()"`
```