File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,21 @@ def new_release(bundle, bundle_path):
515
515
" especially important for non-express boards with limited flash, such as the"
516
516
" [Trinket M0](https://www.adafruit.com/product/3500),"
517
517
" [Gemma M0](https://www.adafruit.com/product/3501) and"
518
- " [Feather M0 Basic](https://www.adafruit.com/product/2772)."
518
+ " [Feather M0 Basic](https://www.adafruit.com/product/2772).\n "
519
+ )
520
+
521
+ release_description .append (
522
+ "To automate the use of bundles, including the Adafruit CircuitPython Bundle"
523
+ " and the Community Bundle, install [circup](https://pypi.org/project/circup/)"
524
+ " using pip or pipx."
525
+ " This command-line tool allows you to install packages from the bundle to your CIRCUITPY"
526
+ " drive without manually downloading anything.\n "
527
+ )
528
+
529
+ release_description .append (
530
+ "To download the libraries as Python source code, use the link containing 'bundle-py'."
531
+ " Due to github's technical limitations, the 'Source code (zip)' and 'Source code (tar.gz')"
532
+ " links do not contain the library source code and cannot be hidden by project admins."
519
533
)
520
534
521
535
release = {
You can’t perform that action at this time.
0 commit comments