Micropython on Linux

sudo apt-get install build-essential libffi-dev git pkg-config
git clone https://github.com/<your-user-name>/micropython
cd micropython
git remote add upstream https://github.com/micropython/micropython
git checkout -b dev-branch
cd ports/unix
make submodules
make
cd build-stadaard
./micropython

External Resources