- Create and activate python environment:
pipenv --three
pipenv shell
make pipenv_install
- Generate markdown file:
pipenv shell
make registry
- Stage/commit/push changes in the docs directory.
The mk_registry_docs.py script requires the user running it to have SSH access to each repo in registry.yml.
Use pipenv for managing packages.
When a new package is added or removed run make reqs_txt
to update the requirements.txt file.
The requirements.txt file is only needed and used by the GitHub Action.