Skip to content

A good starting point for Python Flask projects with virtualenv

License

Notifications You must be signed in to change notification settings

asam-hack24/flask-clean-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Flask Virtualenv

A good starting point for flask projects with virtualenv.

To get started:

  • create a new repository git init foo
  • cd foo
  • git pull [email protected]:asam-hack24/flask-clean-start.git
  • install python 3.5 and pip if not already installed
  • virtualenv -p /usr/bin/python3.5 flask
  • source flask/bin/activate
  • Add other dependencies to requirements.txt and replace the LICENSE file if necessary
  • pip install -r requirements.txt

Don't forget to deactivate the virtualenv when you are done.

About

A good starting point for Python Flask projects with virtualenv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published