Skip to content

updating pypilot debian

marcobergman edited this page Jul 7, 2023 · 1 revision

Updating the pypilot software

If you want to upgrade to the latest development commit of pypilot, issue the following commands. These commands might change over time, so it is always good to check the github readme. At the time of writing (09-APR-2021) the current version is v0.24. Before performing the update, it is always a good idea to bring down pypilot. After the upgrade, run pypilot at the prompt. If something's wrong, you will see right away.

cd
sudo systemctl stop pypilot pypilot_web pypilot_hat pypilot_boatimu
sudo rm -Rf pypilot/ pypilot_data/
git clone https://github.com/pypilot/pypilot
cd pypilot
sudo python3 setup.py install
Clone this wiki locally