tictactoe Development environment Create a venv with python and activate it (optional) python3 -m venv venv source venv/bin/activate Install the development requirements pip install -e .[dev] Running tests tox