WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Installing Python Libary for relayboard  (Read 1096 times)

Offline gatorback

  • Newbie
  • *
  • Posts: 17
Installing Python Libary for relayboard
« on: February 16, 2020, 10:21:05 AM »
On Raspbian: i have successfully implemented instructions per https://github.com/SequentMicrosystems/megaio-rpi


~$ git clone https://github.com/SequentMicrosystems/megaio-rpi.git
~$ cd megaio-rpi/
~/megaio-rpi$ sudo make install

Now you can access all the functions of the Mega-IO card through the "megaio" command. If you clone the repository, any update can be made with the following commands:

~$ cd megaio-rpi/ 
~/megaio-rpi$ git pull
~/megaio-rpi$ sudo make install

For python library install and usage checkout the "python" subfolder.z


I have installed python3.6 on PiCore 9.3, which has a very different paradigm form a traditional SSD based computer.   I am trying to understand if I can use vendor provided python libraries on PiCore and the level of effort \ expertise required.   Any examples (URLS \ Videos) are appreciated.  It is not clear to me what the Google keywords would be to return such videos / examples (assuming they exist).
Raspberry Pi Zero W