File: install.rst

package info (click to toggle)
python-stdlib-list 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 214; makefile: 203
file content (18 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Installation
============

Most end users should use ``pip`` to install this package:

.. code-block:: bash

    python -m pip install stdlib-list


If for whatever reason you need to install ``stdlib-list`` from the
source repository instead:

.. code-block:: bash

    git clone https://github.com/pypi/stdlib-list
    cd stdlib-list
    python -m pip install .