File: install.rst

package info (click to toggle)
python-webargs 8.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: python: 4,907; makefile: 149
file content (23 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Install
=======

**webargs** depends on `marshmallow <https://marshmallow.readthedocs.io/en/latest/>`_ >= 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