BewareMyPower commented on code in PR #97:
URL: 
https://github.com/apache/pulsar-client-python/pull/97#discussion_r1109995274


##########
RELEASE.md:
##########
@@ -135,12 +141,17 @@ supported platforms and architectures are:
 - musl-based Linux arm64 (linux-musl-arm64/)
 - macOS universal 2 (macos/)
 
+You can download the wheel (the `.whl` file) according to your own OS and 
Python version
+and install the wheel:
+- Windows: `py -m pip install *.whl --force-reinstall`
+- Linux or macOS: `python3 -m pip install *.whl --force-reinstall`
+
 The tag to be voted upon: vX.Y.Z-candidate-N
 (<commit-id>)
 https://github.com/apache/pulsar-client-python/releases/tag/vX.Y.Z-candidate-N
 
 Pulsar's KEYS file containing PGP keys you use to sign the release:
-https://dist.apache.org/repos/dist/dev/pulsar/KEYS
+https://dist.apache.org/repos/dist/release/pulsar/KEYS

Review Comment:
   Addressed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to