balance-application/configure

4 lines
61 B
Bash
Executable file

#!/bin/bash
python -m venv .venv/
source .venv/bin/activate