Skip to content

Commit b567b98

Browse files
authored
added support for Windows
1 parent 15a935d commit b567b98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__1__) Download this repo as a zip or use ``git clone https://github.com/QAEZZ/auto-pico-ducky.git``
2020

21-
__2__) Run ``pip3 install -r requirements.txt``.
21+
__2__) Run ``pip3 install -r requirements.txt`` (for Windows, make sure to install ``pywin32``).
2222

2323
__3__) Plug your pico into a USB port while holding down the `BOOT SEL` button. It will show up as a removable media device named `RPI-RP2`, mount it..
2424

@@ -28,9 +28,10 @@ __4__) Run ``main.py`` and follow the instructions from there!
2828

2929
### To-do
3030
- [x] Linux support
31+
- [x] Windows support
3132
- [ ] Auto-mounting for Linux
32-
- [ ] Windows support
3333
- [ ] GUI
34+
- [ ] Payload adding
3435

3536
##
3637

0 commit comments

Comments
 (0)