.. _installation:

Installation
============

Install Flask-RESTX with ``pip``:

.. code-block:: console

    pip install flask-restx


The development version can be downloaded from
`GitHub <https://github.com/python-restx/flask-restx>`_.

.. code-block:: console

    git clone https://github.com/python-restx/flask-restx.git
    cd flask-restx
    pip install -e .[dev,test]


Flask-RESTX requires Python version 3.9+.
It's also working with PyPy and PyPy3.
