Skip to content

Getting Started

helgeerbe edited this page Feb 28, 2021 · 10 revisions

Sources or PIP Install?

PIP Install the Easy Way

When

How

python3 -m pip install picframe

If you see something like:

"The script picframe is installed in '/home/pi/.local/bin' which is not on PATH."

Reboot: sudo reboot

Sources for Developers

When

How

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 .

Clone this wiki locally