Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 930 Bytes

micropy.md

File metadata and controls

34 lines (21 loc) · 930 Bytes

Micropy CLI

Using the Stubs

First use on your computer

Having already installed micropy-cli, clone or download this repo and issue the following command:

micropy stubs add "<path to dist/micropy-cli folder in this repo>"

For example:

micropy stubs add "C:\Pico-W-Stub\dist\micropy-cli"

If you haven't already installed Pylint, do so as follows:

pip install pylint

When starting new projects

Just follow the instructions over on the Micropy CLI readme!

The recommended micropy init templates are:

  • VSCode Settings for Autocompletion/Intellisense
  • Pylint MicroPython Settings

Optionally, if your project will end up in a Git repository, add Git Ignore Template too.