Skip to content

Wardieo/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLASK INSTALLATION

  1. Download python from the browser
  2. Select your folder
  3. Install a virtual environment using 'py -m venv .venv' to your terminal
  4. Activate our virtual environment by '.venv\Scripts\activate'
  5. Install Flask & SQL Alchemy - "pip install flask flask-sqlalchemy"
  6. Create a python file
  7. Import Flask and sqlalchemy within the file that you created

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors