Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 314 Bytes

File metadata and controls

24 lines (17 loc) · 314 Bytes

python-course-package

Quick start

pip install python-course-package
from example_pkg import ...

Contributing

# clone the repo
git clone https://github.com/phitoduck/python-course-package.git

# install the dev dependencies
make install

# run the tests
make test