Skip to content

Commit cb0dc92

Browse files
ARROW-216 Documentation: Improve "Installing / Upgrading" section
1 parent a9e3321 commit cb0dc92

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

bindings/python/docs/source/installation.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ Python Compatibility
1313

1414
PyMongoArrow is currently compatible with CPython 3.8, 3.9, 3.10, and 3.11.
1515

16-
Using Pip
17-
---------
18-
**PyMongoArrow** is available on
19-
`PyPI <http://pypi.python.org/pypi/pymongo/>`_. We recommend using
20-
`pip <http://pypi.python.org/pypi/pip>`_ to install ``pymongoarrow``
21-
on all platforms::
16+
Installation
17+
--------------------
18+
19+
**PyMongoArrow** can be installed in three ways: via Pip, Conda, or Source.
20+
21+
22+
**Using Pip.** We recommend using pip to install pymongoarrow on all platforms.
23+
PyMongoArrow is available on
24+
`PyPI <http://pypi.python.org/pypi/pymongo/>`_.
2225

2326
$ python -m pip install pymongoarrow
2427

@@ -42,12 +45,11 @@ To upgrade using pip::
4245
We currently distribute wheels for macOS, Windows, and Linux on x86_64
4346
architectures.
4447

45-
**PyMongoArrow** is also available for ``conda`` users by running::
48+
**Using Conda.** PyMongoArrow is available for ``conda`` users by running::
4649

4750
$ conda install --channel conda-forge pymongoarrow
4851

49-
50-
If the above options still do not allow you to install ``pymongoarrow`` on your
52+
**From Source.** If the above options still do not allow you to install ``pymongoarrow`` on your
5153
system, you will have to install from source, see :doc:`developer/installation`.
5254

5355

@@ -76,8 +78,3 @@ as :class:`pandas.DataFrame` instances (e.g. :meth:`~pymongoarrow.api.find_panda
7678
must also have ``pandas`` installed::
7779

7880
$ python -m pip install pandas
79-
80-
Installing from source
81-
----------------------
82-
83-
See :doc:`developer/installation`.

0 commit comments

Comments
 (0)