Codebase list python-webargs / 503d9fe2-7082-46c5-aa13-c7007236083e/main docs / install.rst
503d9fe2-7082-46c5-aa13-c7007236083e/main

Tree @503d9fe2-7082-46c5-aa13-c7007236083e/main (Download .tar.gz)

install.rst @503d9fe2-7082-46c5-aa13-c7007236083e/mainview markup · raw · history · blame

Install

webargs requires Python >= 3.6. It depends on marshmallow >= 3.0.0.

From the PyPI

To install the latest version from the PyPI:

$ pip install -U webargs

Get the Bleeding Edge Version

To get the latest development version of webargs, run

$ pip install -U git+https://github.com/marshmallow-code/webargs.git@dev