File: INSTALL

package info (click to toggle)
python-pytest-djangoapp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,116; makefile: 114; sh: 6
file content (31 lines) | stat: -rw-r--r-- 506 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
pytest-djangoapp installation
=============================


Python ``pip`` package is required to install ``pytest-djangoapp``.


From sources
------------

Use the following command line to install ``pytest-djangoapp`` from sources directory (containing setup.py):

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``pytest-djangoapp`` from PyPI:

    pip install pytest-djangoapp


Use `-U` flag for upgrade:

    pip install -U pytest-djangoapp