We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README.md file for the app template used by cdk init --language python contains this:
app
cdk init --language python
$ source .env/bin/activate $ pip install -r requirements.txt $ python setup.py develop
But that last step is not needed due to the way the requirements.txt is configure. That line should be removed.
requirements.txt
The text was updated successfully, but these errors were encountered:
Remove unnecessary line in instructions. Fixes aws#2171.
8faa97b
Remove unnecessary line in instructions. Fixes #2171. (#2173)
732aa5b
garnaat
Successfully merging a pull request may close this issue.
The README.md file for the
app
template used bycdk init --language python
contains this:But that last step is not needed due to the way the
requirements.txt
is configure. That line should be removed.The text was updated successfully, but these errors were encountered: