From 06b4c4f870c6e16b97861fc80462729e5dae19f4 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Sun, 9 Mar 2025 22:01:43 +0100 Subject: [PATCH] fix README section about python install --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9f73dc..08d7332 100644 --- a/README.md +++ b/README.md @@ -131,16 +131,13 @@ which may require root permissions. ### Python -To integrate the library into a customized ETL toolchain, several cython targets +To integrate the library into a customized ETL toolchain, several python targets are available. For a local build that enables you to run the examples, use: ``` -make cython-build +make python-build ``` -However, in a production environment, a proper installation of the module with -`make cython-install` is recommended for system-wide availability of the module. - #### Installation with pip The package is also available in the [Python Package Index](https://pypi.org)