Skip to content

Commit 0cef357

Browse files
committed
doc: Suggest installing pyarrow-core in installation instructions
1 parent 3e59046 commit 0cef357

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,19 +162,20 @@ From now on, all commands will take place inside the virtual environment called
162162
and won't affect your default `base` installation.
163163

164164
::::: {tip}
165-
You can also enable more PyGMT functionality by installing PyGMT's optional dependencies in the environment.
165+
You can also enable more PyGMT functionalities by installing PyGMT's optional
166+
dependencies in the environment.
166167
:::: {tab-set}
167168
::: {tab-item} mamba
168169
:sync: mamba
169170
```
170-
mamba install contextily geopandas ipython pyarrow rioxarray
171+
mamba install contextily geopandas ipython pyarrow-core rioxarray
171172
```
172173
:::
173174

174175
::: {tab-item} conda
175176
:sync: conda
176177
```
177-
conda install contextily geopandas ipython pyarrow rioxarray
178+
conda install contextily geopandas ipython pyarrow-core rioxarray
178179
```
179180
:::
180181
::::

0 commit comments

Comments
 (0)