electrolama / llama-bsl

Python cross-platform script to upload firmware via the serial boot loader onto the CC13xx, CC2538 and CC26xx SoC.
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Install all required packages #18

Open clj opened 1 year ago

clj commented 1 year ago

Using --download requires installing requests and flashing the downloaded firmware requires installing intexhex.

Consider making making life easier for llama-bsl users and just specifying dependencies on everything that might be required in setup.py. If people don't want that, they should probably be using cc2538-bsl.

omerk commented 1 year ago

This is already handled with the install_requires line here: https://github.com/electrolama/llama-bsl/blob/main/setup.py#L27

Unless you're talking about another directive in setup.py?