mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

flask-on-docker homework python version #422

Closed Eshaan-Lumba closed 9 months ago

Eshaan-Lumba commented 9 months ago

Hi,

The tutorial for the flask-on-docker homework uses python3.11 and flask==2.3.2. Since we are using python3, should we install flask==2.0.3 (the highest version of flask available with python3) since flask==2.3.2 will be backwards compatible? Or do we need to upgrade the python version?

Eshaan-Lumba commented 9 months ago

Not relevant for rest of tutorial since using Docker