Skip to content
Snippets Groups Projects
Commit fef0e0d0 authored by lansk's avatar lansk
Browse files

Added pico install script for windows

parent 8ce238ef
No related branches found
No related tags found
No related merge requests found
start python -m http.server
mpremote mip install --target / http://localhost:8000/
@rem The following line terminates all processes with "python" and "http.server" in them.
wmic process where "name like '%%python%%' and commandline like '%%http.server%%'" delete
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment