You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/alice-local.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
# this runs the Faber example as a local instace of instance of aca-py
3
3
# you need to run a local von-network (in the von-network directory run "./manage start <your local ip> --logs")
4
-
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requriements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
4
+
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requirements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
5
5
6
6
# the following will auto-respond on connection and credential requests, but not proof requests
Copy file name to clipboardExpand all lines: demo/faber-local.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
# this runs the Faber example as a local instace of instance of aca-py
3
3
# you need to run a local von-network (in the von-network directory run "./manage start <your local ip> --logs")
4
-
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requriements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
4
+
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requirements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
5
5
6
6
# the following will auto-respond on connection and credential requests, but not proof requests
0 commit comments