Skip to content

Commit

Permalink
Add steps to install uv in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
FranArenas committed Dec 25, 2024
1 parent 72311ed commit 16354b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ If you want to claim an issue to work on, you can write the word `take` as a com
```sh
python -m venv .venv
```
- Activate the created environment
```sh
source .venv/bin/activate
```
- Install the [uv](https://github.com/astral-sh/uv) packet manager in the environment.
```sh
pip install uv
```

- Build the project for development (this requires an active virtual environment and will also install `deltalake` in that virtual environment)
```sh
Expand Down

0 comments on commit 16354b3

Please sign in to comment.