Skip to content

Commit fc49eb3

Browse files
qs
1 parent 0533e74 commit fc49eb3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ con.list_tables()
3030

3131
## Development
3232

33-
Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just), then:
33+
Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just) and [`uv`](https://github.com/astral-sh/uv), then:
3434

3535
```bash
3636
gh repo clone ibis-project/better-pypi-stats

justfile

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ default:
1313

1414
# setup
1515
setup:
16-
@pip install uv
1716
@uv venv
1817
@. .venv/bin/activate
1918
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt

0 commit comments

Comments
 (0)