Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Locally

+ Run `tasker.sh` to set up the pipenv and run mkdocs, e.g. `tasker.sh serve`.
+ Run `tasker.sh` to set up the pipenv and run zensical, e.g. `tasker.sh serve`.
+ Or with [`uv`](https://github.com/astral-sh/uv):
+ `uv venv` to create the environment
+ `source .venv/bin/activate` to jump into it
+ `uv pip install -r reqs.txt` to install the requirements
+ `mkdocs serve` to launch the server
+ `zensical serve` to launch the server

### Generating Python documentation

Expand Down
Loading
Loading