Template for a CircuitPython application for the Adafruit Fruit Jam which is compatible with Fruit Jam OS.
Ensure that you have python 3.x installed system-wide and all the prerequisite libraries installed using the following command:
pip install circup requestsDownload all CircuitPython libraries and package the application using the following command:
python build/build.pyThe project bundle should be found within ./dist as a .zip file with the same name as your repository.