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

Add requirements.txt file

parent a68402d6
No related branches found
No related tags found
No related merge requests found
Pipeline #1028 canceled with stage
numpy==1.14.3
properties==0.6.1
wget==3.2
#!/bin/bash #!/bin/bash
basedir=$( cd "$(dirname "$0")" ; pwd -P )
mkdir -p output mkdir -p output
pip install -r ${basedir}/requirements.txt
python3 /projects/readstwo/src/readstwo.py > output/readstwo.out 2>&1 python3 ${basedir}/src/readstwo.py > output/readstwo.out 2>&1
\ No newline at end of file
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