-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Deepak Acharya edited this page Dec 28, 2018
·
1 revision
Bottle is a WSGI micro web-framework for the Python programming language. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies other than the Python Standard Library. The same module runs with Python 2.5+ and 3.x.
Read More
*Latest Commits are available at dev
branch
Step 1
Install Python (2.7x version is preferred)
Step 2
Install pip
Step 3
pip install -r requirements.txt
**
Step 4
python app.py
**
**Run this command in command prompt