Learn SQLAlchemy Installation Start a new PyCharm project with Get from VCS: https://github.com/pythonsherpa/learn-sqlalchemy.git Use the terminal in PyCharm to install the requirements: pip install -r requirements.txt Run For the base functionality: python -m learn_sqlalchemy