team-3/install.sh

11 lines
213 B
Bash
Raw Permalink Normal View History

set -e
2025-08-01 20:49:55 +02:00
python3 -m venv .env
source ./.env/bin/activate
pip install -r src/requirements/production.txt -r src/requirements/dev.txt
2025-08-02 07:58:27 +02:00
pip install psycopg2
2025-08-01 20:49:55 +02:00
sudo pacman -Sy librsvg
./start_db.sh db
./start_db.sh stop