Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 589 Bytes

python.md

File metadata and controls

27 lines (17 loc) · 589 Bytes
description
Python extension from Microsoft

Python

Wago ARM32 devices comes with Python 2.7.

  1. Select the enterpretor when prompted by VS-Code.
  2. Right click and "Run Python File in Terminal" to test.

A Python 3 IPK is provided in this repository. After installation we can change the VS-Code extension path by clicking the bottom right corner and python-version:

Install pip (bundled):

python3 -m ensurepip --upgrade

Upgrade:

pip3 install --upgrade pip