Skip to content
Open
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
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,15 @@ The course textbook (in prep) is a [PDF here](/course_notes.pdf).

## Contributing

please do.
The best way to setup to write docs is to install the common environment using

```bash
uv sync
```

To install `uv` see [their documentation](https://docs.astral.sh/uv/getting-started/installation/),
which generally boils down to:

```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```