docs: use acryl-datahub-actions as expected python package to install (#10852)

This commit is contained in:
Julien Jehannet 2024-07-08 20:57:39 +02:00 committed by GitHub
parent 1c8e8c32b5
commit 38faa5b7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ Similar to the quickstart scenario, there are no specific software installation
If you are using the `datahub-actions` library directly from Python, or the `datahub-actions` cli directly, then you need to first install the `slack` action plugin in your Python virtualenv.
```
pip install "datahub-actions[slack]"
pip install "acryl-datahub-actions[slack]"
```
Then run the action with a configuration file that you have modified to capture your credentials and configuration.

View File

@ -95,7 +95,7 @@ Similar to the quickstart scenario, there are no specific software installation
If you are using the `datahub-actions` library directly from Python, or the `datahub-actions` cli directly, then you need to first install the `teams` action plugin in your Python virtualenv.
```
pip install "datahub-actions[teams]"
pip install "acryl-datahub-actions[teams]"
```
Then run the action with a configuration file that you have modified to capture your credentials and configuration.