Skip to content

Commit 23ee70a

Browse files
authored
docs: update install instructions to use uv and pyproject.toml in README.md (#2467)
1 parent 42a9f1b commit 23ee70a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,19 @@ From source:
3232
```bash
3333
git clone https://github.com/RedHatQE/openshift-python-wrapper.git
3434
cd openshift-python-wrapper
35-
python setup.py install --user
35+
uv sync
3636
```
3737

38-
From pypi:
38+
To use the wrapper in another project:
3939

4040
```bash
41-
pip install openshift-python-wrapper --user
41+
uv pip install /path/to/openshift-python-wrapper
42+
```
43+
44+
From Pypi:
45+
46+
```bash
47+
uv pip install openshift-python-wrapper
4248
```
4349

4450
## Fake Kubernetes Client

0 commit comments

Comments
 (0)