aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSatyabrat Bhol <satyabrat35@gmail.com>2018-06-26 11:45:21 +0530
committerPaul Ganssle <paul@ganssle.io>2018-07-02 08:32:02 -0400
commit19a5dcef87274ddc91905a56e035014dd90643b5 (patch)
treed63bd24a2010e25f1cda40eb94ac40c33f67b3fd /README.rst
parent70b4b78b38b6c0e48cab81a545b5051b1d38b462 (diff)
downloaddateutil-19a5dcef87274ddc91905a56e035014dd90643b5.tar.gz
Add installation information to the README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7a37552..e70120d 100644
--- a/README.rst
+++ b/README.rst
@@ -42,6 +42,12 @@ dateutil - powerful extensions to datetime
The `dateutil` module provides powerful extensions to
the standard `datetime` module, available in Python.
+Installation
+============
+`dateutil` can be installed from PyPI using `pip` (note that the package name is
+different from the importable name)::
+
+ pip install python-dateutil
Download
========