File: installation.rst

package info (click to toggle)
python-parsel 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 440 kB
  • sloc: python: 2,203; makefile: 214; xml: 15; sh: 8
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
============
Installation
============

To install Parsel, we recommend you to use `pip <https://pip.pypa.io/>`_::

    $ pip install parsel

You `probably shouldn't
<https://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install>`_,
but you can also install it with easy_install::

    $ easy_install parsel