From bc0f964ead312c22e3b6c8e88baa38807cb6f515 Mon Sep 17 00:00:00 2001 From: ksdevlife <33046664+ksdevlife@users.noreply.github.com> Date: Tue, 21 Nov 2017 23:06:11 +0900 Subject: [PATCH] [Website] The installation command failed on Windows10 anaconda environment --- site/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)