Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Mention make and cmake for Windows #16572

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions docs/development/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ You will need Python even if you intend to work on the Rust code only, as we rel
Finally, install [dprint](https://dprint.dev/install/).
This is not strictly required, but it is recommended as we use it to autoformat certain file types.

This guide uses [GNU make](https://www.gnu.org/software/make/) and (indirectly) [cmake](https://cmake.org/). They should come pre-installed on your system. If you are on Windows, install them as well.

You can now check that everything works correctly by going into the `py-polars` directory and running the test suite
(warning: this may be slow the first time you run it):

Expand Down