mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 06:46:41 +00:00
docs: use acryl-datahub-actions as expected python package to install (#10852)
This commit is contained in:
parent
1c8e8c32b5
commit
38faa5b7b3
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user