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 3.8+. It's also working with PyPy and PyPy3.