Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 591 Bytes

PyMVC Framework

PyMVC is a MVC web application framework written in Python using Flask.

Requires

Getting Started

  1. Install PIP
  2. Install VirtualEnv
  3. Create a virtual environment using virtualenv and activate it
  4. Copy the PyMVC source in your virtual env
  5. Install the requirements using pip install -r requirements.pip
  6. Run the application with python manage.py runserver