Difference between revisions of "Python - dateutil"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with "=Setting up the dateutil Module= This should do the trick... <pre> $ pip install python-dateutil </pre> To get pip running under cygwin see here - xxx Category:Py...") |
PeterHarding (talk | contribs) |
||
Line 7: | Line 7: | ||
</pre> | </pre> | ||
To get pip running under cygwin see here - [[ | To get pip running under cygwin see here - [[Setting up Python easy_install for Cygwin]] | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 14:54, 12 January 2014
Setting up the dateutil Module
This should do the trick...
$ pip install python-dateutil
To get pip running under cygwin see here - Setting up Python easy_install for Cygwin