From 5f4762e1d5be3bf7525429bfeb264fe47535e832 Mon Sep 17 00:00:00 2001 From: Zetro Date: Sat, 1 Apr 2023 16:27:26 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.