Closed wrmacdonald closed 2 years ago
The pip3 --upgrade line was failing for me cause I guess pip3 isn't a valid module/package?, so I needed to change it to look for just pip. https://stackoverflow.com/questions/39129450/what-is-the-correct-format-to-upgrade-pip3-when-the-default-pip-is-pip2
Also, fixed the path to app.py since you removed the enclosing gift-app folder.
The pip3 --upgrade line was failing for me cause I guess pip3 isn't a valid module/package?, so I needed to change it to look for just pip. https://stackoverflow.com/questions/39129450/what-is-the-correct-format-to-upgrade-pip3-when-the-default-pip-is-pip2
Also, fixed the path to app.py since you removed the enclosing gift-app folder.