1. Installation
Install pdocs
into your projects virtual environment:
pip3 install pdocs
OR
poetry add pdocs
OR
pipenv install pdocs
Info
It's important that pdocs
be installed in your project's environment as it needs to introspect your package to generate reference documentation. You must also have your project installed in the environment for this to work.