mirror of
https://github.com/jlengrand/checkoutCreate.git
synced 2026-03-10 00:01:17 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export FLASK_DEBUG=development
|
|
python3 -m venv venv
|
|
. venv/bin/activate
|
|
python3 app/app.py
|