Inkycal/.devcontainer/postCreate.sh

4 lines
92 B
Bash
Raw Normal View History

#!/bin/bash
2024-01-15 19:20:27 +01:00
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt