Created
March 30, 2020 16:26
-
-
Save danioscx/5ec0c7b878c65e5ff745e00315f1a7e5 to your computer and use it in GitHub Desktop.
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
cd flask | |
python -m virtualenv env | |
env/Script/activate.bat | |
pip install flask flask-sqlalchemy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment