@@ -36,18 +36,18 @@ All the changes during the sprints need to be made to the latest development
36
36
version of pandas in a Git repository. Do not make them to a version downloaded
37
37
from the Internet via pip, conda or a zip.
38
38
39
- To get the latest development version:
39
+ Follow these steps to get the latest development version:
40
40
41
- * Fork the `pandas repository <https://github.com/pandas-dev/pandas >`_ on
42
- GitHub by clicking the `Fork ` button on the top-right
41
+ Fork the `pandas repository <https://github.com/pandas-dev/pandas >`_ on GitHub
42
+ by clicking the `Fork ` button on the top-right
43
43
44
44
.. note ::
45
45
**Windows users **: run the next commands in a Git Bash session in the
46
46
directory where you want to download pandas source code (download `Git for
47
47
Windows <https://gitforwindows.org/> `_ if needed).
48
48
49
- * In the terminal of your computer, in the directory where you want the copy of
50
- pandas source code, run: ::
49
+ In the terminal of your computer, in the directory where you want the copy of
50
+ pandas source code, run: ::
51
51
52
52
git clone https://github.com/<your-github-username>/pandas
53
53
@@ -85,7 +85,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
85
85
86
86
* Download and install `Anaconda <https://www.anaconda.com/download/ >`_.
87
87
88
- .. note ::
88
+ .. note ::
89
89
**Windows users **: run the next commands in the Anaconda Prompt (found in the Anaconda
90
90
folder of the Start menu).
91
91
@@ -102,7 +102,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
102
102
103
103
conda env create -n pandas_dev -f <path-to-pandas-dir>/ci/environment-dev.yaml
104
104
105
- .. note ::
105
+ .. note::
106
106
**Windows users**: If you're copy-pasting the path, replace all pasted
107
107
``\`` characters with ``/`` for the command to work.
108
108
0 commit comments