/tictactoe

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tictactoe

Development environment

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

Running tests

tox