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
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
I followed the steps for using the In-Browser setup (on a Windows 10 laptop with Chrome). I executed the following commands:
https://labs.play-with-docker.com
ADD NEW INSTANCE
git clone https://github.com/kdenhartog/indy-dev.git
cd indy-dev
sudo make build
sudo make start
cd python
python3 getting_started.py
All seemed to work fine except for the last python3 getting_started.py command. It appeared to fail. How can I work around this?
The text was updated successfully, but these errors were encountered:
mwherman2000
changed the title
README.md:
README.md: failed at the python3 getting_started.py step
Dec 19, 2018
awesome! Thanks @colfax4 for finding the solution to this. I'm going to see if I can automate this through the script, so others won't encounter this problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the steps for using the In-Browser setup (on a Windows 10 laptop with Chrome). I executed the following commands:
All seemed to work fine except for the last
python3 getting_started.py
command. It appeared to fail. How can I work around this?The text was updated successfully, but these errors were encountered: