flask

flask

The Python micro framework for building web applications.

PYTHONdevelopment
71,495 stars16,832 forksPython

Installation Guide

Complexity:Moderate

Prerequisites

  • Python installed
# Installation

```bash
git clone https://github.com/pallets/flask.git
cd flask
```

See https://github.com/pallets/flask for detailed instructions.

Quick Commands

git clone https://github.com/pallets/flask.git