Skip to content

Python CDK: fixed dependency install command #12922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2022

Conversation

wjwatkinson
Copy link
Contributor

What

The documented command to install development dependencies did not install the correct dependencies.

The command says to use dev, but in the cdk setup.py there is only tests. Running the documented command does not install the dependencies necessary for development as you cannot run tests.

How

Fix the command in the documentation to use tests instead of dev.

🚨 User Impact 🚨

None

@wjwatkinson wjwatkinson changed the title fixed dependency install command Python CDK: fixed dependency install command May 17, 2022
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label May 17, 2022
Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch @wjwatkinson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants