RPi-Jukebox-RFID
RPi-Jukebox-RFID copied to clipboard
🚀 | Version Upgrades
- As a user, I want to be able to update the version of the Phoniebox software
What needs to be done for an update without re-installation?
So far I have done this with success as far I have tested it.
cd RPi-Jukebox-RFID
git pull
source .venv/bin/activate
python -m pip install --no-cache-dir -r requirements.txt
This may work at the moment, but Phoniebox V3 is installed via scripts here https://github.com/MiczFlor/RPi-Jukebox-RFID/tree/future3/develop/installation, which may be necessary to make it run in the future.