Skip to content

Commit a8c6345

Browse files
committed
Add missing requirements
1 parent 18a0635 commit a8c6345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This directory contains the tools used to generate this [project's documentation
77

88
To build documentation for the current working tree (assuming same directory layout as git repo):
99
```
10-
pip install pdoc
10+
pip install pdoc packaging
1111
python docs/make.py
1212
```
1313

1414
To build documentation for "all versions" of this project (assuming git tags are present):
1515
```
16-
pip install pdoc
16+
pip install pdoc packaging
1717
python docs/build_full_documentation.py
1818
```
1919
By "all versions" I mean from v0.5.1 and up because that is the first version with docstrings that enable documentation.

0 commit comments

Comments
 (0)