Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Create virtualenv
python -m venv venv
  1. Activate virtualenv
source ./venv/bin/activate
  1. Install pdoc and GitPython
pip install pdoc GitPython
  1. Install package
pip install -e .
  1. See error when running pdoc against test_package
python -m pdoc test_package
  1. No error when running pdoc directly against module outside of package
python -m pdoc ./test.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages