Skip to content

Commit bc084cb

Browse files
authored
Merge branch 'main' into fix/return-processing-no-response
2 parents abb2e4a + 22ca606 commit bc084cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/alice-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# this runs the Faber example as a local instace of instance of aca-py
33
# 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")
55

66
# the following will auto-respond on connection and credential requests, but not proof requests
77
PYTHONPATH=.. ../bin/aca-py start \

demo/faber-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# this runs the Faber example as a local instace of instance of aca-py
33
# 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")
55

66
# the following will auto-respond on connection and credential requests, but not proof requests
77
PYTHONPATH=.. ../bin/aca-py start \

0 commit comments

Comments
 (0)