Installation

Install Flask-RESTful with pip

  1. pip install flask-restful

The development version can be downloaded from its page at GitHub.

  1. git clone https://github.com/flask-restful/flask-restful.git
  2. cd flask-restful
  3. python setup.py develop

Flask-RESTful has the following dependencies (which will be automatically installed if you use pip):

  • Flask version 0.8 or greater

Flask-RESTful requires Python version 2.6, 2.7, 3.3, or 3.4.

Logo

Related Topics

This Page

Quick search