1
Fork 0

Use correct pip

This commit is contained in:
Jan-Erik Rediger 2023-06-20 15:03:16 +02:00
parent dff24b8ca1
commit 2d021c5bf2

View file

@ -4,7 +4,7 @@ set -e
if [[ ! -d .venv ]]; then if [[ ! -d .venv ]]; then
python3 -m venv .venv python3 -m venv .venv
pip install sqlite-utils markdown-to-sqlite markdown .venv/bin/python3 -m pip install sqlite-utils markdown-to-sqlite markdown
fi fi
. .venv/bin/activate . .venv/bin/activate