-
Notifications
You must be signed in to change notification settings - Fork 49
Getting Started
helgeerbe edited this page Feb 27, 2021
·
10 revisions
python3 -m pip install picframeThe 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 .