.. _install-dev: ============ Installation ============ This section will help you set up the tools and programs needed for developing programs and firmware to flash to the BBC micro:bit using MicroPython. Dependencies ------------ Development Environment ----------------------- You will need: * git * yotta Depending on your operating system, the installation instructions vary. Use the installation scenario that best suits your system. Yotta will require an ARM mbed account. It will walk you through signing up if you are not registered. Installation Scenarios ---------------------- * :ref:`Windows ` * :ref:`OS X ` * :ref:`Linux ` * :ref:`Debian and Ubuntu ` * :ref:`Red Hat Fedora/CentOS ` * :ref:`Raspberry Pi ` .. _microbit-windows: Windows ~~~~~~~ When installing `Yotta `_, make sure you have these components ticked to install. - python - gcc - cMake - ninja - Yotta - git-scm - mbed serial driver .. _microbit-osx: OS X ~~~~ .. _microbit-linux: Linux ~~~~~ These steps will cover the basic flavors of Linux and working with the micro:bit and MicroPython. See also the specific sections for Raspberry Pi, Debian/Ubuntu, and Red Hat Fedora/Centos. .. _microbit-debian-ubuntu: Debian and Ubuntu ^^^^^^^^^^^^^^^^^ :: sudo add-apt-repository -y ppa:team-gcc-arm-embedded sudo add-apt-repository -y ppa:pmiller-opensource/ppa sudo apt-get update sudo apt-get install cmake ninja-build gcc-arm-none-eabi srecord libssl-dev pip3 install yotta .. _microbit-redhat: Red Hat Fedora/CentOS ^^^^^^^^^^^^^^^^^^^^^ .. _microbit-rpi: Raspberry Pi ^^^^^^^^^^^^ .. _next-steps: Next steps ---------- Congratulations. You have installed your development environment and are ready to begin :ref:`flashing firmware ` to the micro:bit.