From f91ac7d146bde59a2df7d97a9b5e8d0ae49ee461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Roj?= <42382743+TomasRoj@users.noreply.github.com> Date: Mon, 15 Apr 2019 09:57:40 +0200 Subject: [PATCH] Optional prerequisites as added --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 867c998..c6577e5 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ All examples are for Wemos D1 Mini, [WS2812B RGB Shield (NeoPixel)](https://www. * Micro USB cable * Python 3 installed * If you have Python 2 installed you can get into problems mixing Python versions. You must use Python 3. Check what is default version of Python on your system. -* Python IDE installed +* Have python added in local path +* Code editor installed: * https://code.visualstudio.com/ +*Python development extensions for code editor installed : + * https://marketplace.visualstudio.com/items?itemName=ms-python.python * Git client (optional) -# Lessons +# Lessons: ## Computer setup