Update babybuddy-install.sh

This commit is contained in:
CanbiZ 2025-05-06 15:09:57 +02:00
parent 92b19aabd7
commit 0b196b77b4

View File

@ -34,7 +34,7 @@ rm "v${RELEASE}.zip"
cd /opt/babybuddy
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip wheel
pip install -U pip wheel pipenv
export PIPENV_VENV_IN_PROJECT=1
pipenv install
pipenv shell