Python Forum
Programming robots using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programming robots using Python
#6
I found this: https://github.com/xeecos/python-for-mbot#installation

Instructions are for Debian Linux (Ubuntu, Linux Mint, etc.), and will vary somewhat for windows.

create a work rnvironment for mbot:
from command line:
  1. Create virtual environment: python -m venv venv
  2. Activare virtual environment . ./venv/bin/activate
  3. Install packages:
    1. upgrade pip: pip install --upgrade pip
      pip install cython
      pip install pyserial
      pip install hidapi

    2. install git if you don't have it: sudo apt install git-all
    3. then install mbot python: git clone https://github.com/xeecos/python-for-mbot
    4. change to 'python-for-mbot' directory cd python-for-mbot
    5. Read the readme.md file
  4. Follow remainder of installation here: https://github.com/xeecos/python-for-mbot#installation
Reply


Messages In This Thread
Programming robots using Python - by OscarBoots - Oct-30-2021, 11:43 AM
RE: Programming robots using Python - by Larz60+ - Oct-30-2021, 04:32 PM
RE: Programming robots using Python - by OscarBoots - Oct-30-2021, 11:46 PM
RE: Programming robots using Python - by OscarBoots - Oct-31-2021, 12:47 AM
RE: Programming robots using Python - by DPaul - Oct-31-2021, 06:31 AM
RE: Programming robots using Python - by Larz60+ - Oct-31-2021, 09:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Programming Difficult math in Python Huntern 6 4,770 Oct-17-2019, 06:32 AM
Last Post: Huntern
  Inconsistency in Python programming language? newbieAuggie2019 31 11,486 Oct-06-2019, 03:21 PM
Last Post: adt
  Python Programming Projects for Beginners jack_sparrow007 3 3,331 Dec-26-2018, 07:52 PM
Last Post: micseydel
  Programming Python as a MS Windows app? Brian123 8 4,256 Oct-17-2018, 10:26 PM
Last Post: Brian123
  Help with Python programming mediaos 5 3,761 Aug-08-2018, 01:02 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020