diff --git a/README.md b/README.md index dd513ef..bacb378 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ while run: pgw.close() ``` - ## Installation - +The easiest way is to just use pip: ```sh pip install pygwin2 diff --git a/pyproject.toml b/pyproject.toml index c6ffd92..cd39c72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,4 +49,4 @@ fixable = ["ALL"] [tool.ruff.format] quote-style = "double" -indent-style = "space" \ No newline at end of file +indent-style = "space"