RPi-Jukebox-RFID icon indicating copy to clipboard operation
RPi-Jukebox-RFID copied to clipboard

🚀 | Version Upgrades

Open pabera opened this issue 11 months ago • 2 comments

  • As a user, I want to be able to update the version of the Phoniebox software

pabera avatar Mar 21 '24 15:03 pabera

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

TomK32 avatar Jul 24 '24 12:07 TomK32

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.

s-martin avatar Jul 24 '24 18:07 s-martin