kojiromike commented on a change in pull request #870:
URL: https://github.com/apache/avro/pull/870#discussion_r419392293
##########
File path: doc/src/content/xdocs/gettingstartedpython.xml
##########
@@ -51,8 +51,15 @@
<section id="download_install">
<title>Download</title>
<p>
- Avro implementations for C, C++, C#, Java, PHP, Python, and Ruby can be
- downloaded from the <a
+ For Python, the easiest way to get started is to install it from PyPI.
+ Python's Avro API is available over <a
href="https://pypi.org/project/avro/">PyPi</a>.
+ </p>
+ <source>
+$ pip install avro
Review comment:
Ah, shoot, sorry I missed this, we should probably do it the same as
below with `python3 -m pip`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]