We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcc904 commit f4d6fbfCopy full SHA for f4d6fbf
run_scripts/run_swattr.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
cd ../swattr
3
+curl -sS https://bootstrap.pypa.io/get-pip.py | python3
4
bash 0_get_swattr.sh
5
bash 1_run_swattr.sh
6
pip3 install -r requirements.txt
0 commit comments