Skip to content
Snippets Groups Projects
Commit f3a20d0f authored by Sujen Shah's avatar Sujen Shah
Browse files

pip install --user flag

parent 3aa0623e
No related branches found
No related tags found
No related merge requests found
Pipeline #1029 canceled with stage
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
basedir=$( cd "$(dirname "$0")" ; pwd -P ) basedir=$( cd "$(dirname "$0")" ; pwd -P )
mkdir -p output mkdir -p output
pip install -r ${basedir}/requirements.txt pip install --user -r ${basedir}/requirements.txt
python3 ${basedir}/src/readstwo.py > output/readstwo.out 2>&1 python3 ${basedir}/src/readstwo.py > output/readstwo.out 2>&1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment