Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pip install pyarrow
```

If you encounter any issues importing the pip wheels on Windows, you may need
to install the latest [Visual C++ Redistributable for Visual Studio][6].
to install the latest [Visual C++ Redistributable for Visual Studio][3].

## Development

Expand All @@ -53,7 +53,5 @@ See [Python Development][2] in the documentation subproject.
See [documentation build instructions][1] in the documentation subproject.

[1]: https://github.com/apache/arrow/blob/main/docs/source/developers/documentation.rst
[2]: https://arrow.apache.org/docs/developers/python.html
[3]: https://github.com/pandas-dev/pandas
[5]: https://arrow.apache.org/docs/latest/python/benchmarks.html
[6]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
[2]: https://arrow.apache.org/docs/developers/python/index.html
[3]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
Loading