We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330bede commit ad9fe5dCopy full SHA for ad9fe5d
doc/source/development/contributing.rst
@@ -208,7 +208,7 @@ We'll now kick off a three-step process:
208
209
# Build and install pandas
210
python setup.py build_ext --inplace -j 4
211
- python -m pip install -e --no-build-isolation .
+ python -m pip install -e . --no-build-isolation
212
213
At this point you should be able to import pandas from your locally built version::
214
@@ -252,7 +252,7 @@ You'll need to have at least python3.5 installed on your system.
252
253
254
255
256
257
Creating a branch
258
-----------------
0 commit comments