Advent Of Code 2017 - Python3 Setting up cd python3 pip install pipenv pipenv install Running Tests pipenv run py.test -v -v Solving a day (cd day_1 && pipenv run python day_1_part_1.py)