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:

  1. Clone from github :

git clone https://github.com/pibooth/pibooth.git
  1. Go in the cloned directory :

cd pibooth
  1. Install pibooth in editable mode :

sudo pip3 install -e .[dslr,printer]
  1. 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.