Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 226 Bytes

File metadata and controls

17 lines (14 loc) · 226 Bytes

algorithm-python

__author__ = "HerryZhang"
__coauthor__ = "Micheal Gardner"

quickstart

pip install pipenv 
pipenv run pip install pip==18.0
cd this-repo-dir/
pipenv install 
pipenv shell
pytest