Skip to content

Commit f34fca7

Browse files
committedDec 18, 2020
Update readme
1 parent 051f9de commit f34fca7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ This package provides CPython bindings for reading and writing MessagePack data.
1515

1616
### PyPI package name
1717

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 -U msgpack` instead.
18+
Package name on PyPI was changed from `msgpack-python` to `msgpack` from 0.5.
2019

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)
23-
for smooth transition from msgpack-python to msgpack.
24-
25-
Sadly, this doesn't work for upgrade install. After `pip install -U msgpack-python`,
26-
msgpack is removed, and `import msgpack` fail.
20+
When upgrading from msgpack-0.4 or earlier, do `pip uninstall msgpack-python` before
21+
`pip install -U msgpack`.
2722

2823

2924
### Compatibility with the old format

0 commit comments

Comments
 (0)
Please sign in to comment.