From d19854f4dc69972484f7f521bccf88cf7b68bbf5 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 15 Jun 2015 07:08:05 -0700 Subject: [PATCH] Remove references to easy_install in documentation --- docs/install.rst | 5 ++--- docs/tips.rst | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 418c8ca6..067a5cec 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -79,9 +79,8 @@ automatically installed without any action on your part: Upgrading --------- -If you installed a stable Pelican release via ``pip`` or ``easy_install`` and -wish to upgrade to the latest stable release, you can do so by adding -``--upgrade`` to the relevant command. For pip, that would be:: +If you installed a stable Pelican release via ``pip`` and wish to upgrade to +the latest stable release, you can do so by adding ``--upgrade``:: pip install --upgrade pelican diff --git a/docs/tips.rst b/docs/tips.rst index 99b5f6a8..15d68769 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -46,7 +46,7 @@ the ``output`` dir generated by Pelican to a repository's ``gh-pages`` branch on GitHub. The excellent `ghp-import `_, which can -be installed with ``easy_install`` or ``pip``, makes this process really easy. +be installed with ``pip``, makes this process really easy. For example, if the source of your Pelican site is contained in a GitHub repository, and if you want to publish that Pelican site in the form of Project