Commits


Albert Villanova del Moral authored and GitHub committed cc3c868aea7
MINOR: [Documentation] Add installation of ninja-build to Python Development docs (#43600) ### Rationale for this change Otherwise, you get a CMake error: ``` CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. ``` Authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>