Skip to content

Commit 3aa70ae

Browse files
jrebackstangirala
authored andcommitted
DOC: remove windows build from source instructions (pandas-dev#16451)
1 parent 82e21a3 commit 3aa70ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,7 @@ mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs
197197
pip install -e .
198198
```
199199

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.
200+
See the full instructions for [installing from source](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source).
208201

209202
## License
210203
BSD

0 commit comments

Comments
 (0)