pip install python-course-packagefrom example_pkg import ...# clone the repo
git clone https://github.com/phitoduck/python-course-package.git
# install the dev dependencies
make install
# run the tests
make test