aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-07-02 08:47:11 -0400
committerGitHub <noreply@github.com>2018-07-02 08:47:11 -0400
commit42849e805ac4c391699476633b3ab7598e726bc4 (patch)
treeac1ac90d2380676b288dcad45acfa5f89939ac03
parent70b4b78b38b6c0e48cab81a545b5051b1d38b462 (diff)
parent13ae3f9a00572a1a6fdac6d45795a7ac3618dc2e (diff)
downloaddateutil-42849e805ac4c391699476633b3ab7598e726bc4.tar.gz
Merge pull request #783 from Satyabrat35/master
Updated the Readme.rst
-rw-r--r--AUTHORS.md1
-rw-r--r--README.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 63038ac..5de0b99 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -81,6 +81,7 @@ switch, and thus all their contributions are dual-licensed.
- Ridhi Mahajan <ridhikmahajan@MASKED> **D**
- Roy Williams <rwilliams@MASKED>
- Rustem Saiargaliev (gh: @amureki) **D**
+- Satyabrat Bhol <satyabrat35@MASKED> (gh: @Satyabrat35) **D**
- Savraj <savraj@MASKED>
- Sergey Vishnikin <armicron@MASKED>
- Sherry Zhou (gh: @cssherry) **D**
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
========