pip3 install --user pathlib
{endcode}
+1: Install extra Python requirements for building the docs:
+{code}
+pip3 install --user -r docs/requirements.txt
+{endcode}
+
1: [Optional] Install https://pypi.org/project/sphinx-autobuild/. This is useful if you're making lots of quick edits to the manual and expect to build it many times.
{code}
pip3 install --user sphinx-autobuild
