Last active
August 20, 2020 12:51
-
-
Save phillipsj/4d22c376014e1eb2a19275153411e757 to your computer and use it in GitHub Desktop.
Install SQLAlchemy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip install --user sqlalchemy | |
Collecting sqlalchemy | |
Downloading SQLAlchemy-1.3.17-cp38-cp38-win_amd64.whl (1.2 MB) | |
|████████████████████████████████| 1.2 MB 1.3 MB/s | |
Installing collected packages: sqlalchemy | |
Successfully installed sqlalchemy-1.3.17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment