Skip to content

Commit 93dd55e

Browse files
del82jorisvandenbossche
authored andcommitted
DOC: add source activate for older versions of Anaconda and fix a typo (#19282)
* DOC: add `source activate` for older versions of Anaconda and fix a typo * Add a blank line
1 parent ca2d261 commit 93dd55e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/contributing.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ We'll now kick off a three-step process:
171171
# Create and activate the build environment
172172
conda env create -f ci/environment-dev.yaml
173173
conda activate pandas-dev
174+
175+
# or with older versions of Anaconda:
176+
source activate pandas-dev
174177
175178
# Build and install pandas
176179
python setup.py build_ext --inplace -j 4
@@ -456,7 +459,7 @@ Here are *some* of the more common ``cpplint`` issues:
456459
- we restrict line-length to 80 characters to promote readability
457460
- every header file must include a header guard to avoid name collisions if re-included
458461

459-
:ref:`Continuous Integration <contributing.ci>`. will run the
462+
:ref:`Continuous Integration <contributing.ci>` will run the
460463
`cpplint <https://pypi.python.org/pypi/cpplint>`_ tool
461464
and report any stylistic errors in your code. Therefore, it is helpful before
462465
submitting code to run the check yourself::

0 commit comments

Comments
 (0)