Skip to content

Commit

Permalink
Merge pull request #53 from jeffwidman/patch-1
Browse files Browse the repository at this point in the history
Use `pip` rather than `easy_install`
  • Loading branch information
miracle2k committed Jan 7, 2019
2 parents cfe663b + 9bc7b13 commit 1d9f3d3
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 1d9f3d3

Please sign in to comment.