blob: 3d86448c8fcf8383f3f84894b2e7a4e1ca55ac26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Installation
============
You can install ``carrot`` either via the Python Package Index (PyPI)
or from source.
To install using ``pip``,::
$ pip install carrot
To install using ``easy_install``,::
$ easy_install carrot
If you have downloaded a source tarball you can install it
by doing the following,::
$ python setup.py build
# python setup.py install # as root
|