Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abocchieri committed Dec 15, 2024
1 parent 3ad9abe commit 8b37dca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ If there are no errors then the installation was successful!
``PAOS`` comes with an extensive documentation, which can be built using Sphinx.
The documentation includes a tutorial, a user guide and a reference guide.

To build the documentation, install the needed packages first via:
To build the documentation, install the needed packages first via `poetry`:

pip install -e ".[docs]"
pip install poetry
poetry install --with docs

### Build the html documentation

Expand Down

0 comments on commit 8b37dca

Please sign in to comment.