-
Notifications
You must be signed in to change notification settings - Fork 49
Getting Started
helgeerbe edited this page Feb 28, 2021
·
10 revisions
python3 -m pip install picframeIf you see something like:
"The script picframe is installed in '/home/pi/.local/bin' which is not on PATH."Reboot: sudo reboot
The following commands will download the sources and install picframe in 'editable' mode. That means anny changes to the code will have immediate effect.
git clone https://github.com/helgeerbe/picframe.git
cd picframe
python3 -m pip install -e .