Skip to content

Commit 1e61265

Browse files
bjoernricksgreenbonebot
authored andcommitted
docs: Update README for uv usage instead of poetry
Also update supported Python version and copyright year.
1 parent a0ef252 commit 1e61265

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We frequently update these projects to add features and keep them free from bugs
5656
5757
### Requirements
5858

59-
Python 3.9 and later is supported.
59+
Python 3.10 and later is supported.
6060

6161
### Install using pip
6262

@@ -115,35 +115,26 @@ Your contributions are highly appreciated. Please
115115
For bigger changes, please discuss it first in the
116116
[issues](https://github.com/greenbone/python-gvm/issues).
117117

118-
For development you should use [poetry](https://python-poetry.org)
118+
For development you should use [uv].
119119
to keep you python packages separated in different environments. First install
120-
poetry via pip
120+
uv via pip
121121

122122
```shell
123-
python3 -m pip install --user poetry
123+
python3 -m pip install --user uv
124124
```
125125

126-
Afterwards run
127-
128-
```shell
129-
poetry install
130-
```
131-
132-
in the checkout directory of python-gvm (the directory containing the
133-
`pyproject.toml` file) to install all dependencies including the packages only
134-
required for development.
135-
136126
The python-gvm repository uses [autohooks](https://github.com/greenbone/autohooks)
137127
to apply linting and auto formatting via git hooks. Please ensure the git hooks
138128
are active.
139129

140130
```shell
141-
poetry install
142-
poetry run autohooks activate --force
131+
uv run autohooks activate --force
143132
```
144133

145134
## License
146135

147-
Copyright (C) 2017-2025 [Greenbone AG](https://www.greenbone.net/)
136+
Copyright (C) 2017-2026 [Greenbone AG](https://www.greenbone.net/)
148137

149138
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
139+
140+
[uv]: https://docs.astral.sh/uv/

0 commit comments

Comments
 (0)