We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9469b4b commit 4c4f108Copy full SHA for 4c4f108
install.sh
@@ -1,6 +1,11 @@
1
#!/bin/bash
2
3
-python -m venv venv_sa_conv
+# sudo add-apt-repository ppa:deadsnakes/ppa
4
+# sudo apt update
5
+# sudo apt install python3.6 python3.6-venv
6
+
7
+rm -rf venv_sa_conv
8
+python3.6 -m venv venv_sa_conv
9
source venv_sa_conv/bin/activate
10
pip install numpy # this is to avoid pycocotools incorrect dependency resolution issue
11
pip install -r requirements.txt
0 commit comments