Skip to content

Commit 8534e13

Browse files
authored
DOC: suggests low-resource options for contributing environment (#52557)
Add suggestions to change `-j 4` to a smaller number
1 parent d918ed3 commit 8534e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/development/contributing_environment.rst

+2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ Step 3: build and install pandas
210210
You can now run::
211211

212212
# Build and install pandas
213+
# The number after -j is the number of compiling jobs run in parallel
214+
# Change it according to your machine's hardware spec
213215
python setup.py build_ext -j 4
214216
python -m pip install -e . --no-build-isolation --no-use-pep517
215217

0 commit comments

Comments
 (0)