Be sure to have Python 2.7.10 installed on your system.
If you don't have pip installed, be sure to:
sudo easy_install pip
If you have pip installed:
virtualenv venvsource venv/bin/activatepip install -r requirements.txt
- To run the game, run
python tic-tac-toe.pyin the terminal.
- To run the test-suite, run
python tic-tac-toe.py --test
Made with π by Patricia

