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