gothinkster / django-realworld-example-app

1.61k stars 637 forks source link

How do you run this? #42

Closed delatbabel closed 3 years ago

delatbabel commented 4 years ago

How do you run this? There are no instructions in the README. I got as far as completing the build steps (I had to do pyenv install 3.5.3 instead of 3.5.2 because of openssl dependency issues) but there is nothing actually running.

alicanguclukol commented 3 years ago

You can follow the additional steps on PR#15 You may also need to update 'pip' and 'python' commands as 'pip3' and 'python3'

delatbabel commented 3 years ago

Thanks, I left a comment on the PR.