adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

fix pip install instructions in readme for non-prefixed projects #133

Closed FoamyGuy closed 3 years ago

FoamyGuy commented 3 years ago

This fixes the generated readme file to include proper pip install instructions and link based on the prefix that is selected in the cookie cutter prompts.

Tested by running locally to create both adafruit and non-prefixed projects.

FoamyGuy commented 3 years ago

resolves #130