Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Mar 15, 2021
1 parent d2c5c0f commit a7477c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ upgradePip() {
}

installReq() {
pip3 install --no-cache-dir -r $1/requirements.txt &> /dev/null
pip3 install -r $1/requirements.txt &> /dev/null
}

printLine() {
Expand Down

0 comments on commit a7477c5

Please sign in to comment.