Skip to content

Commit

Permalink
Merge remote-tracking branch 'blueprint/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 3, 2024
2 parents 0a78409 + a267042 commit 311bdd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ ! -d "venv" ]; then
${python} -m venv ./venv
source ./venv/bin/activate
python="${ROOT}/venv/bin/python3"
else
${python} -m venv ./venv
fi

pip="${python} -m pip"
Expand Down

0 comments on commit 311bdd1

Please sign in to comment.