Skip to content

Commit 73bad41

Browse files
lithomas1mroeschke
authored andcommitted
DOC: Update build instructions in the README (pandas-dev#54615)
1 parent 4504b77 commit 73bad41

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,17 @@ In the `pandas` directory (same one where you found this file after
130130
cloning the git repo), execute:
131131

132132
```sh
133-
python setup.py install
133+
pip install .
134134
```
135135

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

138138

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

143-
or alternatively
144-
145-
```sh
146-
python setup.py develop
147-
```
148-
149-
See the full instructions for [installing from source](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-from-source).
143+
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
150144

151145
## License
152146
[BSD 3](LICENSE)

0 commit comments

Comments
 (0)