aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
========