We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2849f55 commit 2bfc2d0Copy full SHA for 2bfc2d0
README.md
@@ -16,7 +16,7 @@ This package provides CPython bindings for reading and writing MessagePack data.
16
### PyPI package name
17
18
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.
+Do `pip uninstall msgpack-python; pip install -U msgpack` instead.
20
21
Package name on PyPI was changed to msgpack from 0.5.
22
I upload transitional package (msgpack-python 0.5 which depending on msgpack)
0 commit comments