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 711fdf1 commit 46ac57eCopy full SHA for 46ac57e
banking-app/scripts/demo.sh
@@ -16,6 +16,17 @@ if [ "200" != "$(curl $server/node/network -k -s -o /dev/null -w %{http_code})"
16
exit 1
17
fi
18
19
+# Set up Python package
20
+echo -e "\n\e[34m <-- Installing Python dependencies --> \e[0m\n"
21
+
22
23
+if [ ! -f "env/bin/activate" ]
24
+ then
25
+ python3.8 -m venv env
26
+fi
27
+source env/bin/activate
28
+pip install -q ccf==$(cat /opt/ccf_virtual/share/VERSION)
29
30
# Change working directory to the one that contains
31
# proposals, generated certs and keys, and constitution files
32
cd ${certificate_dir}
0 commit comments