From 83e0188d0ef38e95356cb813b5c9fe8067fadfc5 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 1 Jun 2018 09:03:36 -0700 Subject: [PATCH 1/2] Update the pip installation step in readme It can be installed as `pip install python-docs-theme` (much shorter to type) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1469624..9fabe26 100644 --- a/README.rst +++ b/README.rst @@ -13,4 +13,4 @@ trust. To use the theme either clone it directly with ``git``, or else install it into your docs build environment via ``pip``:: - pip install git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme + pip install python-docs-theme From 3d28a4a4aab7fc8a5069a8ea19ca5d5e359e0bda Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 1 Jun 2018 09:08:32 -0700 Subject: [PATCH 2/2] Don't even mention about cloning. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9fabe26..1ba7962 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,6 @@ projects if you so choose, but please keep in mind that in doing so you're also choosing to accept some of the responsibility for maintaining that collective trust. -To use the theme either clone it directly with ``git``, or else install it -into your docs build environment via ``pip``:: +To use the theme, install it into your docs build environment via ``pip``:: pip install python-docs-theme