diff --git a/README.rst b/README.rst index 899804a22..0bfd70b3d 100755 --- a/README.rst +++ b/README.rst @@ -120,19 +120,13 @@ Please file enhancement requests at the `issue tracker`_. Installation ------------ -Installing from PyPI using ``pip``: +Install from PyPI using ``pip``: .. code-block:: bash $ python -m pip install watchdog -Installing from PyPI using ``easy_install``: - -.. code-block:: bash - - $ easy_install watchdog - -Installing from source: +Install from source: .. code-block:: bash