sparkfun / Artemis-Firmware-Upload-GUI

A cross-platform GUI for uploading new firmware to an Artemis based device.
Other
27 stars 11 forks source link

Where is python requirements.txt file? #16

Closed AlienSarlak closed 5 months ago

AlienSarlak commented 5 months ago

Hi,

I want to use this tool, but I can't find the requirements.txt file, which is the standard way to list Python packages. Is it a good idea to consider using one? It makes using the tools much easier and user-friendly.

AlienSarlak commented 5 months ago

requirements.txt might be helpful

PaulZC commented 5 months ago

Hi Ali (@AlienSarlak ),

We use GitHub Actions (Workflows) to build the executables: .github/workflows. The requirements are in there - and vary slightly from platform to platform:

https://github.com/sparkfun/Artemis-Firmware-Upload-GUI/blob/53836aa7a6e96a8e3146eb77a4a48a9760d113f7/.github/workflows/build-windows.yml#L36

Please feel free to fork this repo and add your own requirements file for your chosen platform.

Best wishes, Paul

AlienSarlak commented 5 months ago

Thanks for the info