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
Copy file name to clipboardExpand all lines: pandas/guide/_sources/pandas_setup.rst.txt
+4-4
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To get the latest development version:
40
40
* Fork the `pandas repository <https://github.com/pandas-dev/pandas>`_ on GitHub by click on the top-right `Fork` button
41
41
42
42
.. note::
43
-
**Window Users**: run the next commands in a Git Bash session in the directory where you want
43
+
**Windows users**: run the next commands in a Git Bash session in the directory where you want
44
44
to download pandas source code (download `Git for Windows <https://gitforwindows.org/>`_ if needed).
45
45
46
46
* In the terminal of your computer, in the directory where you want the copy of pandas source code, run:
@@ -62,7 +62,7 @@ repository:
62
62
* Download and install `Anaconda <https://www.anaconda.com/download/>`
63
63
64
64
.. note::
65
-
**Window users**: run the next commands in the Anaconda Prompt (found in the Anaconda
65
+
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
66
66
folder of the Start menu.
67
67
68
68
* Activate conda by one of the next (or equivalent, if you know what you're doing):
@@ -82,7 +82,7 @@ Besides the Python `.py` files, pandas source code includes C/Cython files
82
82
which need to be compiled in order to run the development version of pandas.
83
83
84
84
.. note::
85
-
**Window Users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
85
+
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
86
86
Select the Python development workload and the Native development tools option.
87
87
88
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).
@@ -104,7 +104,7 @@ changes. This will be useful when you have finished your changes, and you want
104
104
to submit a pull request, so they are included in pandas.
105
105
106
106
.. note::
107
-
**Window users**: run the next commands with Git Bash started at the cloned
107
+
**Windows users**: run the next commands with Git Bash started at the cloned
Copy file name to clipboardExpand all lines: pandas/guide/pandas_setup.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ <h3>2. Get the pandas source code<a class="headerlink" href="#get-the-pandas-sou
75
75
* Fork the <aclass="reference external" href="https://github.com/pandas-dev/pandas">pandas repository</a> on GitHub by click on the top-right <cite>Fork</cite> button</p>
76
76
<divclass="admonition note">
77
77
<pclass="first admonition-title">Note</p>
78
-
<pclass="last"><strong>Window Users</strong>: run the next commands in a Git Bash session in the directory where you want
78
+
<pclass="last"><strong>Windows users</strong>: run the next commands in a Git Bash session in the directory where you want
79
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>
@@ -105,7 +105,7 @@ <h3>3. Set up a Python environment<a class="headerlink" href="#set-up-a-python-e
105
105
</ul>
106
106
<divclass="admonition note">
107
107
<pclass="first admonition-title">Note</p>
108
-
<pclass="last"><strong>Window users</strong>: run the next commands in the Anaconda Prompt (found in the Anaconda
108
+
<pclass="last"><strong>Windows users</strong>: run the next commands in the Anaconda Prompt (found in the Anaconda
109
109
folder of the Start menu.</p>
110
110
</div>
111
111
<ulclass="simple">
@@ -141,7 +141,7 @@ <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>: to compile pandas, you need to install <aclass="reference external" href="https://www.visualstudio.com/">Visual Studio 2017</a>.
144
+
<p><strong>Windows users</strong>: to compile pandas, you need to install <aclass="reference external" href="https://www.visualstudio.com/">Visual Studio 2017</a>.
145
145
Select the Python development workload and the Native development tools option.</p>
146
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>
147
147
<pclass="last">After the installation, run the following commands in Anaconda Prompt.</p>
@@ -164,7 +164,7 @@ <h3>5. Create a branch and start coding<a class="headerlink" href="#create-a-bra
164
164
to submit a pull request, so they are included in pandas.</p>
165
165
<divclass="admonition note">
166
166
<pclass="first admonition-title">Note</p>
167
-
<pclass="last"><strong>Window users</strong>: run the next commands with Git Bash started at the cloned
167
+
<pclass="last"><strong>Windows users</strong>: run the next commands with Git Bash started at the cloned
Copy file name to clipboardExpand all lines: pandas/guide/source/pandas_setup.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To get the latest development version:
40
40
* Fork the `pandas repository <https://github.com/pandas-dev/pandas>`_ on GitHub by click on the top-right `Fork` button
41
41
42
42
.. note::
43
-
**Window Users**: run the next commands in a Git Bash session in the directory where you want
43
+
**Windows users**: run the next commands in a Git Bash session in the directory where you want
44
44
to download pandas source code (download `Git for Windows <https://gitforwindows.org/>`_ if needed).
45
45
46
46
* In the terminal of your computer, in the directory where you want the copy of pandas source code, run:
@@ -62,7 +62,7 @@ repository:
62
62
* Download and install `Anaconda <https://www.anaconda.com/download/>`
63
63
64
64
.. note::
65
-
**Window users**: run the next commands in the Anaconda Prompt (found in the Anaconda
65
+
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
66
66
folder of the Start menu.
67
67
68
68
* Activate conda by one of the next (or equivalent, if you know what you're doing):
@@ -82,7 +82,7 @@ Besides the Python `.py` files, pandas source code includes C/Cython files
82
82
which need to be compiled in order to run the development version of pandas.
83
83
84
84
.. note::
85
-
**Window Users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
85
+
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
86
86
Select the Python development workload and the Native development tools option.
87
87
88
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).
@@ -104,7 +104,7 @@ changes. This will be useful when you have finished your changes, and you want
104
104
to submit a pull request, so they are included in pandas.
105
105
106
106
.. note::
107
-
**Window users**: run the next commands with Git Bash started at the cloned
107
+
**Windows users**: run the next commands with Git Bash started at the cloned
0 commit comments