Skip to content

Commit ad9fe5d

Browse files
jorisvandenbosschesimonjayhawkins
authored andcommitted
DOC: fix the editable install command (#28445)
1 parent 330bede commit ad9fe5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ We'll now kick off a three-step process:
208208
209209
# Build and install pandas
210210
python setup.py build_ext --inplace -j 4
211-
python -m pip install -e --no-build-isolation .
211+
python -m pip install -e . --no-build-isolation
212212
213213
At this point you should be able to import pandas from your locally built version::
214214

@@ -252,7 +252,7 @@ You'll need to have at least python3.5 installed on your system.
252252
253253
# Build and install pandas
254254
python setup.py build_ext --inplace -j 4
255-
python -m pip install -e --no-build-isolation .
255+
python -m pip install -e . --no-build-isolation
256256
257257
Creating a branch
258258
-----------------

0 commit comments

Comments
 (0)