Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 261 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 261 Bytes

Basic operation: pipenv shell python game_of_life.py

Tests: pytest

linting flake8 game_of_life.py

Troubleshooting: If you're running into problems installing modules using pipenv, consider pinning pip: pipenv run pip install pip==18.0 pipenv install