Use correct pip
This commit is contained in:
parent
dff24b8ca1
commit
2d021c5bf2
1 changed files with 1 additions and 1 deletions
2
index.sh
2
index.sh
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
if [[ ! -d .venv ]]; then
|
||||
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
|
||||
|
||||
. .venv/bin/activate
|
||||
|
|
Loading…
Add table
Reference in a new issue