Skip to content

Getting Started

helgeerbe edited this page Feb 26, 2021 · 10 revisions

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 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