Skip to content

Commit 049548f

Browse files
committed
README.md: add --force-reinstall to pip because it is now necessary for upgrading from a VCS URL to work when the package version is unchanged (pypa/pip#9397, pypa/pip#5780)
1 parent 1af8b71 commit 049548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ you-get https://github.com/soimort/you-get/archive/master.zip
156156
In order to get the latest ```develop``` branch without messing up the PIP, you can try:
157157

158158
```
159-
$ pip install --upgrade git+https://github.com/soimort/you-get@develop
159+
$ pip install --upgrade --force-reinstall git+https://github.com/soimort/you-get@develop
160160
```
161161

162162
## Getting Started

0 commit comments

Comments
 (0)