File: install.rst

package info (click to toggle)
python-marshmallow 3.26.1-0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (33 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Installation
============

**marshmallow** has no external dependencies other than the `packaging` library.

Installing/upgrading from the PyPI
----------------------------------

To install the latest stable version from the PyPI:

.. code-block:: shell-session

    $ pip install -U marshmallow

To install the latest pre-release version from the PyPI:

.. code-block:: shell-session

    $ pip install -U marshmallow --pre

Get the bleeding edge version
-----------------------------

To get the latest development version of marshmallow, run

.. code-block:: shell-session

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


.. seealso::

    Need help upgrading to newer releases? See the :doc:`upgrading` page.