Difference between revisions of "Python - dateutil"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 3: | Line 3: | ||
This should do the trick... | This should do the trick... | ||
* http://stackoverflow.com/questions/11962714/installing-python-dateutil | |||
$ | |||
To setup dateutil: | |||
$ pip install python-dateutil | |||
or | |||
$ easy_install python-dateutil | |||
To get pip running under cygwin see here - [[Setting up Python easy_install for Cygwin]] | To get pip running under cygwin see here - [[Setting up Python easy_install for Cygwin]] | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 14:56, 12 January 2014
Setting up the dateutil Module
This should do the trick...
To setup dateutil:
$ pip install python-dateutil
or
$ easy_install python-dateutil
To get pip running under cygwin see here - Setting up Python easy_install for Cygwin