oggit/packages/flask-restx/opengnsys-flask-restx-1.3.0/doc/installation.rst

25 lines
461 B
ReStructuredText

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