Install developing version
Warning
Be aware that the code on the master branch may be unstable.
If you want to use an unofficial version of the pibooth application, you
need to work from a clone of this git repository. Replace the step 8. of the
Install procedure by the following actions:
Clone from github :
git clone https://github.com/pibooth/pibooth.git
Go in the cloned directory :
cd pibooth
Install
piboothin editable mode :
sudo pip3 install -e .[dslr,printer]
Start the application exactly in the same way as installed from pypi. All modifications performed in the cloned repository are taken into account when the application starts.