Skip to content

Commit 13bf410

Browse files
committed
README: Use 'pip install --user'
This is the preferred way of installing packages these days. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 3b1b7ca commit 13bf410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once dependencies are installed, clone this repo and run ``setup.py``:
6363
6464
$ git clone https://github.com/getpatchwork/git-pw
6565
$ cd git-pw
66-
$ sudo python setup.py
66+
$ pip install --user . # or 'sudo python setup.py'
6767
6868
Getting Started
6969
---------------

0 commit comments

Comments
 (0)