We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1066c3a commit 0316918Copy full SHA for 0316918
1 file changed
tools/dev-django.sh
@@ -14,6 +14,7 @@ if [[ ! -f "${venv}/bin/python" ]]; then
14
fi
15
16
echo "Installing dependencies"
17
+apt-get update && apt-get install -y g++ unixodbc-dev # pyodbc build dependencies
18
"${venv}/bin/pip" install -r "${root}/requirements.txt"
19
20
echo "Initializing database"
0 commit comments