6592 Forks
16837 Stars
16837 Watchers

micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

How to download and setup micropython

Open terminal and run command
git clone https://github.com/micropython/micropython.git
git clone is used to create a copy or clone of micropython repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with micropython https://github.com/micropython/micropython/archive/master.zip

Or simply clone micropython with SSH
[email protected]:micropython/micropython.git

If you have some problems with micropython

You may open issue on micropython support forum (system) here: https://github.com/micropython/micropython/issues