Skip to content

Commit

Permalink
Be verbose when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Beltramini committed Dec 28, 2021
1 parent be380d2 commit b62f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ activate_venv() {

install_package() {
activate_venv
venv/bin/python3 -m pip install -qe .$1
venv/bin/python3 -m pip install -e .$1
}

0 comments on commit b62f275

Please sign in to comment.