File: installation.rst

package info (click to toggle)
dateparser 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,196 kB
  • sloc: python: 52,721; makefile: 155; sh: 15
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
============
Installation
============

At the command line::

    $ pip install dateparser

Or, if you don't have pip installed::

    $ easy_install dateparser

If you want to install from the latest sources, you can do::

    $ git clone https://github.com/scrapinghub/dateparser.git
    $ cd dateparser
    $ python setup.py install