Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
docs: add instructions for building documentation locally
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaoC committed Aug 16, 2024
1 parent 5daca58 commit 3349da5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ To style individual files, you can use
poetry run black client/models/pose_detection/classification.py
```

## Documentation

To build the docs locally, run from the root of the repo:

```bash
cd docs && make html
```

## Downloading ML Models
From top-level directory.
```bash
Expand Down

0 comments on commit 3349da5

Please sign in to comment.