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