Skip to content

tsangela/omok

Repository files navigation

omok

  1. install requirements
    • Setup venv with Python: python -m venv <path to venv ex. ~/.venv/omok>
    • With the virtual environment setup: pip install -r requirements.txt
    • TODO: check windows specific instructions for pip
  2. Activate the Python virtual environment:
    • Linux: source <venv path>/bin/activate
    • Windows: <venv>\Scripts\Activate.ps1
  3. Run the Flask server: -flask --app main run
  4. Server should be bound to localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors