From b82c375939c54077edc0ddb13f161ecd8c7d7158 Mon Sep 17 00:00:00 2001 From: Julien Jehannet <80408664+aviv-julienjehannet@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:33:32 +0200 Subject: [PATCH] Update acryl-datahub-actions package name in teams.md --- docs/actions/actions/teams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actions/actions/teams.md b/docs/actions/actions/teams.md index c61f472cf36fe..f14cd951f95e8 100644 --- a/docs/actions/actions/teams.md +++ b/docs/actions/actions/teams.md @@ -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.