fix README section about python install
This commit is contained in:
parent
a2f61f7405
commit
06b4c4f870
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user