This commit is contained in:
MeexReay 2025-09-20 18:27:25 +03:00
parent 4ce0a0a4eb
commit 444d14e001
2 changed files with 2 additions and 3 deletions

View file

@ -23,10 +23,9 @@ while run:
pgw.close() pgw.close()
``` ```
## Installation ## Installation
The easiest way is to just use pip:
```sh ```sh
pip install pygwin2 pip install pygwin2

View file

@ -49,4 +49,4 @@ fixable = ["ALL"]
[tool.ruff.format] [tool.ruff.format]
quote-style = "double" quote-style = "double"
indent-style = "space" indent-style = "space"