__author__ = "HerryZhang"
__coauthor__ = "Micheal Gardner"
pip install -U poetry
cd this-repo-dir/
poetry install
poetry shell
poetry run pytest
##Git
git fetch origin
git rebase origin/master
git checkout -b algo-ch16
git diff
git add -A
git commit -am "modify readme"
git push