Skip to content

Commit

Permalink
Add uv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
FranArenas committed Dec 25, 2024
1 parent 72311ed commit cfe6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want to claim an issue to work on, you can write the word `take` as a com
python -m venv .venv
```

- Build the project for development (this requires an active virtual environment and will also install `deltalake` in that virtual environment)
- Build the project for development (this requires an active virtual environment and will also install `deltalake` in that virtual environment. [Uv](https://github.com/astral-sh/uv) packet manager needs to be installed)
```sh
cd python
make develop
Expand Down

0 comments on commit cfe6cb1

Please sign in to comment.