diff --git a/Getting-Started.md b/Getting-Started.md index 06d88d8..16e6117 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -1,3 +1,9 @@ +       Micropython for Windows + + + + + Getting started with micropython development requires first building the appropriate binaries for your platform. It is advisable to create a virtual environment on your system to separate your micropython build system from your local python installation. This is not mandatory, so skip the virtual environment setup if you are happy to create your build system directly on your host machine.