We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db8e4 commit 0585050Copy full SHA for 0585050
1 file changed
install.sh
@@ -4,7 +4,8 @@ CURRENT_PATH=$(pwd)
4
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
5
6
cd $SCRIPT_DIR
7
-
+pip install --upgrade pip
8
+cat requirements.txt
9
pip install -r requirements.txt
10
11
cd $CURRENT_PATH
0 commit comments