We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53d00f commit 6614e26Copy full SHA for 6614e26
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