@@ -133,22 +133,11 @@ Installing a C compiler
133
133
Pandas uses C extensions (mostly written using Cython) to speed up certain
134
134
operations. To install pandas from source, you need to compile these C
135
135
extensions, which means you need a C compiler. This process depends on which
136
- platform you're using. Follow the `CPython contributing guide
137
- <https://devguide.python.org/setup/#compile-and-build> `_ for getting a
138
- compiler installed. You don't need to do any of the ``./configure `` or ``make ``
139
- steps; you only need to install the compiler.
140
-
141
- For Windows developers, when using Python 3.5 and later, it is sufficient to
142
- install `Visual Studio 2017 <https://visualstudio.com/ >`_ with the
143
- **Python development workload ** and the **Python native development tools **
144
- option. Otherwise, the following links may be helpful.
145
-
146
- * https://blogs.msdn.microsoft.com/pythonengineering/2017/03/07/python-support-in-vs2017/
147
- * https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/
148
- * https://github.com/conda/conda-recipes/wiki/Building-from-Source-on-Windows-32-bit-and-64-bit
149
- * https://cowboyprogrammer.org/building-python-wheels-for-windows/
150
- * https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/
151
- * https://support.enthought.com/hc/en-us/articles/204469260-Building-Python-extensions-with-Canopy
136
+ platform you're using.
137
+
138
+ * Windows: https://devguide.python.org/setup/#windows-compiling
139
+ * Mac: https://devguide.python.org/setup/#macos
140
+ * Unix: https://devguide.python.org/setup/#unix-compiling
152
141
153
142
Let us know if you have any difficulties by opening an issue or reaching out on
154
143
`Gitter `_.
0 commit comments