An app to talk to your Jumperless V5
List of useful make targets:
make app: Runs the Jumperless AppJumperlessWokwiBridge.pyfrom source. All python dependencies are installed in a virtual environment. Also the default target, same as running baremake.make package: Builds the distributable packages, same as runningpython3 Packager/JumperlessAppPackager.py. All python dependencies are instaled in a dedicated virtual environment.
Specific package versions are stipulated in Packager/constraints.txt.
This keeps Packager/packagerRequirements.txt a little cleaner and allows for easier updating of versions.
To update package versions, just run make Packager/constraints.txt