Skip to content

Commit

Permalink
Use prefered way of installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 28, 2024
1 parent 9a91714 commit 79bd2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ which is powered by [Pelican](https://getpelican.com) (engine) and
```shell-session
$ uv venv
$ source .venv/bin/activate
$ uv pip install --all-extras --requirement ./pyproject.toml
$ uv sync --all-extras --dev
```

## Build and browse website
Expand Down

0 comments on commit 79bd2a4

Please sign in to comment.