Skip to content

Getting Started

Helge edited this page Feb 25, 2021 · 10 revisions
  1. Sources or PIP Install
  2. PIP Install the Easy Way
  3. Sources for Developers

Sources or PIP Install?

PIP Install the Easy Way

When

How

python3 -pip install picframe

Sources for Developers

When

How

The following commands will download the sources and install picture_frame in “editable” mode. That means anny changes to the code will have immediate effect.

git clone https://github.com/helgeerbe/picture_frame.git
cd picture_frame
python3 -m pip install -e .

Clone this wiki locally