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