File: install.rst

package info (click to toggle)
apispec 6.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: python: 4,852; makefile: 150; sh: 10
file content (35 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (3)
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
34
35
Install
=======

From the PyPI
-------------

To install the latest version from the PyPI:

::

   pip install -U apispec


To install with validation support:


::

   pip install -U 'apispec[validation]'

To install with YAML support:

::

   pip install -U 'apispec[yaml]'


Get the Bleeding Edge Version
-----------------------------

To install the latest development version:

::

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