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 simonjayhawkins committed Sep 14, 2019
1 parent 330bede commit ad9fe5d
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 ad9fe5d

Please sign in to comment.