Codebase list python-webargs / f3d4bd13-d949-4097-a88e-4f9898fd47e9/upstream docs / install.rst
f3d4bd13-d949-4097-a88e-4f9898fd47e9/upstream

Tree @f3d4bd13-d949-4097-a88e-4f9898fd47e9/upstream (Download .tar.gz)

install.rst @f3d4bd13-d949-4097-a88e-4f9898fd47e9/upstreamview markup · raw · history · blame

Install

webargs requires Python >= 3.5. It depends on marshmallow >= 2.7.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