Skip to content

Commit 53cbf78

Browse files
ikoevskajorisvandenbossche
authored andcommitted
Fixed minor issues (#63)
* Fixed broken list item * Added instruction about switching to the <pandas-dir> before adding the remote. * Added a missing bracket
1 parent fd53793 commit 53cbf78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pandas/guide/source/pandas_setup.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ version of pandas. Do not make them to a version downloaded from the Internet
3737
via pip, conda or a zip.
3838

3939
To get the latest development version:
40+
4041
* Fork the `pandas repository <https://github.com/pandas-dev/pandas>`_ on GitHub by click on the top-right `Fork` button
4142

4243
.. note::
@@ -51,6 +52,10 @@ This will create a directory named `pandas`, containing the latest version of
5152
the source code. We will name this directory `<pandas-dir>` in the rest of
5253
this document.
5354

55+
Make sure you're in the root of the `<pandas-dir>` directory.
56+
57+
| ``cd <pandas-dir>``
58+
5459
Then, set the upstream remote, so you can fetch the updates from the pandas
5560
repository:
5661

@@ -63,7 +68,7 @@ repository:
6368

6469
.. note::
6570
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
66-
folder of the Start menu.
71+
folder of the Start menu).
6772

6873
* Activate conda by one of the next (or equivalent, if you know what you're doing):
6974
* If you chose to prepend Anaconda to your PATH during install adding it to your ``~/.bashrc``, just restart your terminal.

0 commit comments

Comments
 (0)