From 7885c17943b8017d5fbd1c131563ce9a34e71d1c Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Tue, 31 Mar 2020 22:37:57 +0900 Subject: [PATCH] Update README --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a8c95e2..33d0c24 100644 --- a/README.rst +++ b/README.rst @@ -172,7 +172,7 @@ Truncate time range For more information ---------------------- -More examples are available at +More examples are available at https://datetimerange.rtfd.io/en/latest/pages/examples/index.html Examples with Jupyter Notebook is also available at `DateTimeRange.ipynb `__ @@ -187,7 +187,7 @@ Installation Dependencies ============ -Python 2.7 or 3.5+ +Python 3.5+ - `python-dateutil `__ - `typepy `__ @@ -195,7 +195,6 @@ Python 2.7 or 3.5+ Test dependencies ----------------- - `pytest `__ -- `pytest-runner `__ - `tox `__ Documentation