mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
Update readme
This commit is contained in:
parent
051f9ded1f
commit
f34fca7fb5
1 changed files with 3 additions and 8 deletions
11
README.md
11
README.md
|
|
@ -15,15 +15,10 @@ This package provides CPython bindings for reading and writing MessagePack data.
|
|||
|
||||
### PyPI package name
|
||||
|
||||
TL;DR: When upgrading from msgpack-0.4 or earlier, don't do `pip install -U msgpack-python`.
|
||||
Do `pip uninstall msgpack-python; pip install -U msgpack` instead.
|
||||
Package name on PyPI was changed from `msgpack-python` to `msgpack` from 0.5.
|
||||
|
||||
Package name on PyPI was changed to msgpack from 0.5.
|
||||
I upload transitional package (msgpack-python 0.5 which depending on msgpack)
|
||||
for smooth transition from msgpack-python to msgpack.
|
||||
|
||||
Sadly, this doesn't work for upgrade install. After `pip install -U msgpack-python`,
|
||||
msgpack is removed, and `import msgpack` fail.
|
||||
When upgrading from msgpack-0.4 or earlier, do `pip uninstall msgpack-python` before
|
||||
`pip install -U msgpack`.
|
||||
|
||||
|
||||
### Compatibility with the old format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue