Skip to content

Commit

Permalink
update readme to mention uv instead of rye
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Nov 14, 2024
1 parent 5ad57c9 commit f247c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-denormalized/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ There are several other examples in the [examples folder](python/examples/) that

Make sure you're in the `py-denormalized/` directory.

We currently use [rye](https://rye.astral.sh/) to manage python dependencies.
`rye sync` to create/update the virtual environment
We use [uv](https://docs.astral.sh/uv/) to manage python dependencies.
`uv sync` to create/update the virtual environment

We use [maturin](https://www.maturin.rs/) for developing and building:
- `maturin develop` - build and install the python bindings into the current venv
Expand Down

0 comments on commit f247c3e

Please sign in to comment.