Skip to content

Commit

Permalink
Document direnv + uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 2, 2024
1 parent f26afb0 commit a8526a0
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 @@ -51,6 +51,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
```

---

[Create a fork](https://github.com/hynek/structlog/fork) of the *structlog* repository and clone it:

```console
Expand Down

0 comments on commit a8526a0

Please sign in to comment.