Install Flask-RESTX with pip
:
pip install flask-restx
The development version can be downloaded from GitHub.
git clone https://github.com/python-restx/flask-restx.git
cd flask-restx
pip install -e .[dev,test]
Flask-RESTX requires Python version 2.7, 3.3, 3.4 or 3.5. It's also working with PyPy and PyPy3.