diff --git a/site/install.md b/site/install.md index 0ef2008db90..67b26983b46 100644 --- a/site/install.md +++ b/site/install.md @@ -53,7 +53,7 @@ Install them with: ```shell conda install arrow-cpp=0.7.* -c conda-forge -conda install pyarrow==0.7.* -c conda-forge +conda install pyarrow=0.7.* -c conda-forge ``` ### Python Wheels on PyPI (Unofficial)