wrmacdonald / gift-app

1 stars 0 forks source link

changed pip3 upgrade to work, & fixed path #31

Closed wrmacdonald closed 2 years ago

wrmacdonald commented 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.