Skip to content

Commit 2c08412

Browse files
committed
DOC: add source activate for older versions of Anaconda and fix a typo
1 parent 4086e42 commit 2c08412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/contributing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ 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+
# or with older versions of Anaconda:
175+
source activate pandas-dev
174176
175177
# Build and install pandas
176178
python setup.py build_ext --inplace -j 4
@@ -456,7 +458,7 @@ Here are *some* of the more common ``cpplint`` issues:
456458
- we restrict line-length to 80 characters to promote readability
457459
- every header file must include a header guard to avoid name collisions if re-included
458460

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

0 commit comments

Comments
 (0)