Installation
Install Flask-RESTful with pip
pip install flask-restful
The development version can be downloaded from its page at GitHub.
git clone https://github.com/flask-restful/flask-restful.git
cd flask-restful
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.
Related Topics
- Documentation overview
- Previous: Flask-RESTful
- Next: Quickstart
This Page
Quick search
当前内容版权归 Flask-RESTful 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Flask-RESTful .