python -m venv venv
# create the virtual env in this dirvenv/bin/pip install <the_llibraries_you_want>
# install the librariesvenv/bin/python init_db.py
# init databasevenv/bin/python app.py
# run app, using the venv with those libraries.
-
Notifications
You must be signed in to change notification settings - Fork 0
Python flask example CRUD app
License
e7paul/flask-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python flask example CRUD app