Skip to content

Commit

Permalink
Add direnv x uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 2, 2024
1 parent c6badd1 commit 918f834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ If you're using [*direnv*](https://direnv.net), you can automate the creation of
layout python python$(cat .python-version-default)
```

or, if you like [*uv*](https://github.com/astral-sh/uv):

```bash
test -d .venv || uv venv --python python$(cat .python-version-default)
. .venv/bin/activate
```

---

You can now install the package with its development dependencies into the virtual environment:

```console
Expand Down

0 comments on commit 918f834

Please sign in to comment.