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)