Skip to content

Commit 1d9f3d3

Browse files
author
Michael Elsdörfer
committed
Merge pull request #53 from jeffwidman/patch-1
Use `pip` rather than `easy_install`
2 parents cfe663b + 9bc7b13 commit 1d9f3d3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ A wrapper around tarsnap which does two things:
1717
Installation
1818
============
1919

20-
Using ``easy_install``::
20+
Using ``pip``::
2121

22-
$ apt-get install python-setuptools
23-
$ easy_install tarsnapper
22+
$ pip install tarsnapper
2423

2524

2625
Making a single backup without a configuration file

0 commit comments

Comments
 (0)