add pygwin2 installation guide

This commit is contained in:
MeexReay 2025-09-20 18:07:03 +03:00
parent 0b269d74d0
commit ff66f66fbe

View file

@ -22,3 +22,10 @@ while run:
win.update() win.update()
pygwin.close() pygwin.close()
``` ```
## Installation
```sh
pip install pygwin2
```