File: INSTALL

package info (click to toggle)
python-srptools 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: python: 658; makefile: 6; sh: 5
file content (30 lines) | stat: -rw-r--r-- 449 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
24
25
26
27
28
29
30
srptools installation
=====================


Python ``pip`` package is required to install ``srptools``.


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``srptools`` from PyPI:

    pip install srptools


Use `-U` flag for upgrade:

    pip install -U srptools