File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ We'll now kick off a three-step process:
170
170
171
171
# Create and activate the build environment
172
172
conda env create -f ci/environment-dev.yaml
173
- conda activate pandas-dev
173
+ source activate pandas-dev
174
174
175
175
# Build and install pandas
176
176
python setup.py build_ext --inplace -j 4
@@ -456,7 +456,7 @@ Here are *some* of the more common ``cpplint`` issues:
456
456
- we restrict line-length to 80 characters to promote readability
457
457
- every header file must include a header guard to avoid name collisions if re-included
458
458
459
- :ref: `Continuous Integration <contributing.ci >`. will run the
459
+ :ref: `Continuous Integration <contributing.ci >` will run the
460
460
`cpplint <https://pypi.python.org/pypi/cpplint >`_ tool
461
461
and report any stylistic errors in your code. Therefore, it is helpful before
462
462
submitting code to run the check yourself::
You can’t perform that action at this time.
0 commit comments