fix README section about python install

This commit is contained in:
Mario Fink 2025-03-09 22:01:43 +01:00
parent a2f61f7405
commit 06b4c4f870

View File

@ -131,16 +131,13 @@ which may require root permissions.
### Python ### 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: 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 #### Installation with pip
The package is also available in the [Python Package Index](https://pypi.org) The package is also available in the [Python Package Index](https://pypi.org)