mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 22:49:00 +00:00
Update the command for install for python3 (#228)
Update the documentation for install to use python3 matching documentation on https://pypi.org/project/openmetadata-ingestion/
This commit is contained in:
parent
7c28e92c84
commit
cbe966c294
@ -21,8 +21,8 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
||||
{% tabs %}
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
|
||||
python -m spacy download en_core_web_sm
|
||||
python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
|
||||
python3 -m spacy download en_core_web_sm
|
||||
```
|
||||
{% endtab %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user