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
Current documentation references running a script that doesn't exist and doesn't account for getting the python requirements installed. Trying to run it how we thought would work didn't - things were in folders that are not accessible. Without breaking the docker stuff (or adjusting that as needed), get the "running python" approach working and documented.
Current documentation references running a script that doesn't exist and doesn't account for getting the python requirements installed. Trying to run it how we thought would work didn't - things were in folders that are not accessible. Without breaking the docker stuff (or adjusting that as needed), get the "running python" approach working and documented.
Current document: https://github.com/hyperledger/aries-cloudagent-python/blob/master/demo/README.md#running-locally
Installing prerequisites
sudo pip3 install -r demo/requirements.txt
Running locally, but not yet working (run from root folder):
GENESIS_URL=http://localhost:9000/genesis python -m demo.faber 8020
The text was updated successfully, but these errors were encountered: