Skip to content

Commit

Permalink
Use pip rather than easy_install
Browse files Browse the repository at this point in the history
`easy_install` is deprecated in favor of `pip`. 

Including this in the readme just confuses n00bs. Those who genuinely need `easy_install` for legacy reasons will know why/how to use it.
  • Loading branch information
jeffwidman authored Jan 2, 2019
1 parent 4206dba commit 9bc7b13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ A wrapper around tarsnap which does two things:
Installation
============

Using ``easy_install``::
Using ``pip``::

$ apt-get install python-setuptools
$ easy_install tarsnapper
$ pip install tarsnapper


Making a single backup without a configuration file
Expand Down

0 comments on commit 9bc7b13

Please sign in to comment.