- 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
- Setup venv with Python:
- Activate the Python virtual environment:
- Linux:
source <venv path>/bin/activate - Windows:
<venv>\Scripts\Activate.ps1
- Linux:
- Run the Flask server:
-
flask --app main run - Server should be bound to
localhost:5000
tsangela/omok
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|