use system packages

This commit is contained in:
2026-02-06 17:04:15 -05:00
parent a494b162cd
commit 83fbba433e
+1 -1
View File
@@ -5,7 +5,7 @@
set -e
if [ ! -d ~/venvs/hbd ]; then
mkdir -p ~/venvs
python3 -m venv ~/venvs/hbd
python3 -m venv ~/venvs/hbd --system-site-packages
fi
. ~/venvs/hbd/bin/activate
pip install 'git+ssh://git@git.wrede.ca/andreas/heartbeat.git'