We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e21a3 commit 3aa70aeCopy full SHA for 3aa70ae
README.md
@@ -197,14 +197,7 @@ mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs
197
pip install -e .
198
```
199
200
-On Windows, you will need to install MinGW and execute:
201
-
202
-```sh
203
-python setup.py build --compiler=mingw32
204
-python setup.py install
205
-```
206
207
-See **[the docs](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source)** for more information.
+See the full instructions for [installing from source](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source).
208
209
## License
210
BSD
0 commit comments