Skip to content

Commit

Permalink
Remove easy_install instructions
Browse files Browse the repository at this point in the history
`pip` is recommended installer for python n00bs these days. 

Those who still need `easy_install` for some particular reason will know about far more about it than we can hope to put in the readme.
  • Loading branch information
jeffwidman authored and BoboTiG committed Nov 21, 2018
1 parent 7a66c5f commit 17b3c30
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17b3c30

Please sign in to comment.