Installing third party libraries

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
zk_khan
Posts: 1
Joined: Sun Feb 11, 2018 10:43 pm

Installing third party libraries

Post by zk_khan » Sun Feb 11, 2018 10:47 pm

How can I install third party libraries to these pyboards? I will use third party python libraries.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Installing third party libraries

Post by Roberthh » Tue Feb 13, 2018 12:05 pm

Just copy them to the device, preferable to the lib subdirectory.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Installing third party libraries

Post by dhylands » Tue Feb 13, 2018 10:20 pm

With the caveat that any third party libraries designed for regular python probably won't work in most of the small memory environments that micropython runs in. Which isn't top say that none will work, just that typically you need to use libraries designed for MicroPython.

Post Reply