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
1. Make sure Python 3.7 is installed
2. pip install pipenv (there may be some system dependencies to sort out for mysql)
3. pipenv install (from this directory)
4. pipenv shell
5. python hello_world.py
About
A very simple example of using python with pipenv and mysql - qxmd/python_mysql_kickstart