description |
---|
Python extension from Microsoft |
Wago ARM32 devices comes with Python 2.7.
- Select the enterpretor when prompted by VS-Code.
- 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