holding down bootsel button, plug pico in
drag adafruit setup file into pico
create virtual environment locally
python -m venv venv
activate venv
.\venv\Scripts\activate
install circup
pip install circup
circup.exe install --auto
open pico folder on pycharm
in packages install circuitpython-stubs 10.0.3
download putty binary
right click windows icon to open device manager
in ports find USB serial device number eg COM10
in putty, set host name: device number, connection type: serial
in pycharm, add print statement to loop to check working
hold down bootsel button
whilst holding down, plug in
drag in nuke
drag in adafruit setup file