Skip to content

Commit

Permalink
docs: use acryl-datahub-actions as expected python package to install (
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv-julienjehannet authored and yoonhyejin committed Jul 16, 2024
1 parent 79f88c2 commit c3b87e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/actions/actions/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/actions/actions/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3b87e9

Please sign in to comment.