Skip to content

anisul/csense-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Get Started

  1. clone this repo

  2. Install Python

  3. Install Pip ( Python 3.4 and Python 2.7.9 ship with Pip)

To test that Pip is installed open a command prompt and try:

pip help

  1. Install virtualenv:

pip install virtualenv

  1. Install virtualenvwrapper-win:

pip install virtualenvwrapper-win

  1. Make a Virtual Environemt:

mkvirtualenv csense-flask

  1. Go inside project root folder from command-prompt and install all the necessary packages

pip install -r requirements.txt

  1. run the app

python app.py

  1. check out at

http://127.0.0.0:5000/