Skip to content

Commit 2bfc2d0

Browse files
authored
Upgrade msgpack if already installed (#414)
1 parent 2849f55 commit 2bfc2d0

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
@@ -16,7 +16,7 @@ This package provides CPython bindings for reading and writing MessagePack data.
1616
### PyPI package name
1717

1818
TL;DR: When upgrading from msgpack-0.4 or earlier, don't do `pip install -U msgpack-python`.
19-
Do `pip uninstall msgpack-python; pip install msgpack` instead.
19+
Do `pip uninstall msgpack-python; pip install -U msgpack` instead.
2020

2121
Package name on PyPI was changed to msgpack from 0.5.
2222
I upload transitional package (msgpack-python 0.5 which depending on msgpack)

0 commit comments

Comments
 (0)