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
Fantastic work. Does this indeed work with any version of Python, or does it make a difference if you're using Python 2 or Python 3? If it does require a specific version it would be great to have it listed in the README so people can make sure to install it.
The text was updated successfully, but these errors were encountered:
Hey Shahin, the app was written using version 2.7 but I've had a look at the code and it will work with Python 3 if the dependency script (app/deploy/install.sh) is updated to use pip3 and the print statements are updated in manage.py to use braces. If I get time I'll update the code so it works with both, will update the readme in the meantime.
Hello @davidbain
Fantastic work. Does this indeed work with any version of Python, or does it make a difference if you're using Python 2 or Python 3? If it does require a specific version it would be great to have it listed in the README so people can make sure to install it.
The text was updated successfully, but these errors were encountered: