IBM / flask-web-app

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated.
https://cloud.ibm.com/developer/appservice/create-app?starterKit=b5fab23f-1b6b-37bc-8736-c90dc6973a0c
Apache License 2.0
10 stars 20 forks source link

Flask web app on python 3 #5

Open ThomasH88 opened 4 years ago

ThomasH88 commented 4 years ago

Which files need to be changed in order to migrate to python 3? Or is there another repo similar to this one for python 3?

MartykQ commented 4 years ago

Add runtime.txt file in the root directory and inside the file add following line:

python-3.7.3