This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot:examples:quickstart:qs1 [2022/02/28 13:47] – ingmar05 | en:iot:examples:quickstart:qs1 [2023/03/01 21:52] (current) – removed raivo.sell | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Configuring the development environment ====== | ||
- | Download VS Code from [[https:// | ||
- | |||
- | =====Install Python on Windows===== | ||
- | |||
- | Download Python from [[https:// | ||
- | |||
- | Before installing check the **Add Python to PATH** | ||
- | |||
- | {{: | ||
- | |||
- | =====Install Python on Linux===== | ||
- | |||
- | Open terminal and check if you have Python 3 installed. | ||
- | |||
- | < | ||
- | $ python3 --version | ||
- | </ | ||
- | |||
- | If you don't have Python 3 installed then run the following command. | ||
- | < | ||
- | $ sudo apt install python3 | ||
- | </ | ||
- | |||
- | Wether you already had Python installed or not, you need to run the following command. | ||
- | < | ||
- | $ sudo apt install python3-distutils | ||
- | </ | ||
- | |||
- | =====Installing PlatformIO IDE on VS Code===== | ||
- | |||
- | - Click on the **Extensions** icon or press **Ctrl+Shift+X** to open the extensions tab | ||
- | - Search for " | ||
- | - Select the first option | ||
- | - Click the **Install** button | ||
- | |||
- | {{: | ||
- | |||
- | After installing make sure the extension is enabled. | ||
- | |||
- | {{: | ||
- | |||
- | After that, the PlatformIO icon should show up on the left sidebar as well as an **Home** icon that redirects you to PlatformIO home. | ||
- | |||
- | {{: |