Skip to content

Commit 4d5e47e

Browse files
committed
pip needs --force to reinstall a package with the same version
1 parent 014b8cc commit 4d5e47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in your virtualenv:
1616
```
1717
$ poetry build
1818
$ source /path/to/bin/activate
19-
$ pip install /path/to/repos/apologies/dist/apologies-0.1.11-py3-none-any.whl
19+
$ pip install --force /path/to/repos/apologies/dist/apologies-0.1.11-py3-none-any.whl
2020
```
2121

2222
You may need to do some manual cleanup later once the package is officially published.

0 commit comments

Comments
 (0)