Skip to content

Commit

Permalink
Backport PR pandas-dev#54615: DOC: Update build instructions in the R…
Browse files Browse the repository at this point in the history
…EADME
  • Loading branch information
lithomas1 authored and meeseeksmachine committed Aug 18, 2023
1 parent 0335d39 commit b221af0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,23 +130,17 @@ In the `pandas` directory (same one where you found this file after
cloning the git repo), execute:

```sh
python setup.py install
pip install .
```

or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):


```sh
python -m pip install -e . --no-build-isolation --no-use-pep517
python -m pip install -ve . --no-build-isolation --config-settings=editable-verbose=true
```

or alternatively

```sh
python setup.py develop
```

See the full instructions for [installing from source](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-from-source).
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).

## License
[BSD 3](LICENSE)
Expand Down

0 comments on commit b221af0

Please sign in to comment.