Skip to content

annieholly/GirlsInTechSF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GirlsInTechSF

Repo for demonstration of GitHub features!

To install

Set up a virtual environment:

python3 -m venv venv

Then activate this environment

source venv/bin/activate

Update pip

pip install -U pip

Then install requirements

pip install -r requirements.txt

To run

$ FLASK_APP=app.py flask run
 * Running on http://localhost:5000/

About

Repo for demonstration of GitHub features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%