We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0533e74 commit fc49eb3Copy full SHA for fc49eb3
README.md
@@ -30,7 +30,7 @@ con.list_tables()
30
31
## Development
32
33
-Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just), then:
+Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just) and [`uv`](https://github.com/astral-sh/uv), then:
34
35
```bash
36
gh repo clone ibis-project/better-pypi-stats
justfile
@@ -13,7 +13,6 @@ default:
13
14
# setup
15
setup:
16
- @pip install uv
17
@uv venv
18
@. .venv/bin/activate
19
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt
0 commit comments