MicroPython 3 November 2021 micropython - How to Access a MicroPython Flashed Device 1) Preparing a Virtual EnvironmentCreate a folder and name it as desired. Let's create a virtual environment. python3 -m venv temp-controller-venvCreating a virtual environment.source