From fc1033b38e911ae10f74ca5f2d43adac12a32559 Mon Sep 17 00:00:00 2001 From: Liwei Cai Date: Sun, 9 Apr 2023 16:40:30 -0700 Subject: [PATCH] Add suggestions to change `-j 4` to a smaller number --- doc/source/development/contributing_environment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 0eda4615eff85..858c3322a14b0 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -210,6 +210,8 @@ Step 3: build and install pandas You can now run:: # Build and install pandas + # The number after -j is the number of compiling jobs run in parallel + # Change it according to your machine's hardware spec python setup.py build_ext -j 4 python -m pip install -e . --no-build-isolation --no-use-pep517