From the creators of Woof YSWS, we proudly present Meof!
A potential Stardance sidequest!
Make a dog OR cat themed project and get a animal plushie!
First make a virtual environment:
python -m venv .venv
then activate it on macOS/Linux::
source .venv/bin/activate
on Windows (PowerShell):
.\.venv\Scripts\Activate.ps1
on Windows (Command Prompt):
.\.venv\Scripts\activate.bat
Install dependencies:
pip install -r requirements.txt
run the server:
for dev:
flask --app main run --debug