Installation of Additional Adafruit Libraries #27
-
|
I'm trying to interface with an Adafruit library called adafruit-circuitpython-motorkit. When I go to run the program, the library isn't installed. What is the process for installing additional libraries to the PyCubed board? Thanks for the continued support of rudimentary questions..... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@ecburns33 no need to apologize! That's what this forum is here for. Installing libraries is easy: just copy the
I have a section in the FAQ about this, but you've made me realize I should include it a few times in the quick start. Thanks for the feedback 😄 |
Beta Was this translation helpful? Give feedback.
@ecburns33 no need to apologize! That's what this forum is here for.
Installing libraries is easy: just copy the
LIBRARY_FILE.pyfile to your board'slibdirectory.adafruit_motorkit.pyto the board'slibfolderI have a section in the FAQ about this, but you've made me realize I should include it a few times in the quick start. Thanks for the feedback 😄