fixed install.sh

This commit is contained in:
Fabio Giovanazzi 2025-08-01 20:49:55 +02:00
parent 447a52b684
commit 29e9a341e2
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23

View file

@ -1,10 +1,10 @@
set -e
# python3 -m venv .env
# source ./.env/bin/activate
# pip install -r src/requirements/production.txt -r src/requirements/dev.txt
# pip install psycopg2
# sudo pacman -Sy librsvg
python3 -m venv .env
source ./.env/bin/activate
pip install -r src/requirements/production.txt -r src/requirements/dev.txt
pip install psycopg2
sudo pacman -Sy librsvg
./start_db.sh db
./start_db.sh stop