wowstash/bin/setup

6 lines
94 B
Bash
Executable File

#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt