Skip to content

Commit

Permalink
Merge pull request #64 from paulober/develop
Browse files Browse the repository at this point in the history
README update
  • Loading branch information
paulober authored Apr 11, 2023
2 parents b67abd5 + 1bf19ff commit a782f5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Works with:
## Features

- Auto-completion and docs
- Console integration for communication with MicroPython REPL on the pico (w) board
- Terminal integration for communication with MicroPython REPL on a Pico (w) board
- Running/Transferring files to/from your board
- Built-in remote FileSystem provider (coming soon)
- Built-in virtual-workspace provider for Raspberry Pi Pico (W) boards

![Terminal](images/autocomplete.gif)

## Requirements

* [MicroPython firmware](https://micropython.org/download) flashed onto the Raspberry Pi Pico (W):
- See [raspberry pi docs](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#drag-and-drop-micropython) for help.
- See [Raspberry Pi docs](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#drag-and-drop-micropython) for help.

* [Python 3.9 or newer](https://www.python.org/downloads/) installed on your system and in your PATH.
* [pyserial pip package](https://pypi.org/project/pyserial/): `pip install pyserial`
* [`pyserial` pip package](https://pypi.org/project/pyserial/): `pip install pyserial`

Visual Studio Code extensions:
* [ms-python.python](vscode://extension/ms-python.python)
Expand Down

0 comments on commit a782f5e

Please sign in to comment.