You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Window Users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
86
+
Select the Python development workload and the Native development tools option.
87
+
88
+
(Users of legacy Python 2.7 should install `Microsoft Visual C++ Compiler for Python 2.7 <https://www.microsoft.com/download/details.aspx?id=44266>`_ instead).
92
89
93
90
After the installation, run the following commands in Anaconda Prompt.
94
91
@@ -108,7 +105,7 @@ to submit a pull request, so they are included in pandas.
108
105
109
106
.. note::
110
107
**Window users**: run the next commands with Git Bash started at the cloned
Copy file name to clipboardExpand all lines: pandas/guide/pandas_setup.html
+5-7
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ <h3>2. Get the pandas source code<a class="headerlink" href="#get-the-pandas-sou
76
76
<divclass="admonition note">
77
77
<pclass="first admonition-title">Note</p>
78
78
<pclass="last"><strong>Window Users</strong>: run the next commands in a Git Bash session in the directory where you want
79
-
to download pandas source code (download git for Windows <<aclass="reference external" href="https://gitforwindows.org/">https://gitforwindows.org/</a>> if needed).</p>
79
+
to download pandas source code (download <aclass="reference external" href="https://gitforwindows.org/">Git for Windows</a> if needed).</p>
80
80
</div>
81
81
<ul>
82
82
<li><pclass="first">In the terminal of your computer, in the directory where you want the copy of pandas source code, run:</p>
@@ -141,11 +141,9 @@ <h3>4. Compile C code in pandas<a class="headerlink" href="#compile-c-code-in-pa
141
141
which need to be compiled in order to run the development version of pandas.</p>
142
142
<divclass="admonition note">
143
143
<pclass="first admonition-title">Note</p>
144
-
<p><strong>Window Users</strong>: you need to install the compiler toolset:</p>
145
-
<p>For Python 3.6 - Install Visual Studio 2017, select the Python development workload
146
-
and the Native development tools option <<aclass="reference external" href="https://www.visualstudio.com/">https://www.visualstudio.com/</a>>.</p>
147
-
<p>For Python 2.7 - Microsoft Visual C++ Compiler for Python 2.7
<p><strong>Window Users</strong>: to compile pandas, you need to install <aclass="reference external" href="https://www.visualstudio.com/">Visual Studio 2017</a>.
145
+
Select the Python development workload and the Native development tools option.</p>
146
+
<p>(Users of legacy Python 2.7 should install <aclass="reference external" href="https://www.microsoft.com/download/details.aspx?id=44266">Microsoft Visual C++ Compiler for Python 2.7</a> instead).</p>
149
147
<pclass="last">After the installation, run the following commands in Anaconda Prompt.</p>
150
148
</div>
151
149
<dlclass="docutils">
@@ -167,7 +165,7 @@ <h3>5. Create a branch and start coding<a class="headerlink" href="#create-a-bra
167
165
<divclass="admonition note">
168
166
<pclass="first admonition-title">Note</p>
169
167
<pclass="last"><strong>Window users</strong>: run the next commands with Git Bash started at the cloned
0 commit comments