From 29e9a341e2a8bc5f73b9726a2a72874da9e5e538 Mon Sep 17 00:00:00 2001 From: Stypox Date: Fri, 1 Aug 2025 20:49:55 +0200 Subject: [PATCH] fixed install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 3129982d..7ea469df 100755 --- a/install.sh +++ b/install.sh @@ -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