A Magic: the Gathering game store page.
- Create a virtual environment:
python -m venv .venv - Enter the environment:
source .venv/bin/activatethis works for linux - Install requirements:
pip install -r requirements.txt - Initialize the cards database:
flask --app bigdecks cards populate - Start the server:
flask --app bigdecks run --debug - Click the link generated by flask.