Skip to content

Commit

Permalink
DOC: fix the editable install command (pandas-dev#28445)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and proost committed Dec 19, 2019
1 parent 6e7fe9f commit f195db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ We'll now kick off a three-step process:
# Build and install pandas
python setup.py build_ext --inplace -j 4
python -m pip install -e --no-build-isolation .
python -m pip install -e . --no-build-isolation
At this point you should be able to import pandas from your locally built version::

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

0 comments on commit f195db9

Please sign in to comment.