25 lines
461 B
ReStructuredText
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.
|