@@ -13,12 +13,15 @@ Python Compatibility
13
13
14
14
PyMongoArrow is currently compatible with CPython 3.8, 3.9, 3.10, and 3.11.
15
15
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/ >`_.
22
25
23
26
$ python -m pip install pymongoarrow
24
27
@@ -42,12 +45,11 @@ To upgrade using pip::
42
45
We currently distribute wheels for macOS, Windows, and Linux on x86_64
43
46
architectures.
44
47
45
- **PyMongoArrow ** is also available for ``conda `` users by running::
48
+ **Using Conda. ** PyMongoArrow is available for ``conda `` users by running::
46
49
47
50
$ conda install --channel conda-forge pymongoarrow
48
51
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
51
53
system, you will have to install from source, see :doc: `developer/installation `.
52
54
53
55
@@ -76,8 +78,3 @@ as :class:`pandas.DataFrame` instances (e.g. :meth:`~pymongoarrow.api.find_panda
76
78
must also have ``pandas `` installed::
77
79
78
80
$ python -m pip install pandas
79
-
80
- Installing from source
81
- ----------------------
82
-
83
- See :doc: `developer/installation `.
0 commit comments