Skip to content

Commit

Permalink
📝 Add pip install instruction to readme
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 13, 2025
1 parent ae6280a commit c1a03d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/UpdateRTD.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ evolves, the RTD files need to be regenerated and possibly updated, as described

To test generate and view the RTD documentation locally, you must install [Sphinx](https://www.sphinx-doc.org/en/master/) and the
[Sphinx RTD theme](https://pypi.org/project/sphinx-rtd-theme/). Follow the instructions on the respective pages to install
and verify the installation on your system.
and verify the installation on your system. Alternatively, use pip to install it:

``` bash
pip install -r docs/requirements.txt --upgrade
```

### Generate Module Files

Expand Down

0 comments on commit c1a03d5

Please sign in to comment.