Searched refs:reqfile (Results 1 – 1 of 1) sorted by relevance
124 … reqfile=$(python3 -c "import os; print(os.path.realpath('$BBBASEDIR/toaster-requirements.txt'))")134 if ! sed -n "$exp" $reqfile | python3 - ; then135 req=`grep ^Django $reqfile`137 echo "Please install with pip3 install -r $reqfile"