-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Python documentation #2112
Comments
Depends on #2009 |
It depends on Python 3.6+, pip version is uh, well pretty much any version that anyone is likely to have. The installation command depends on which libraries you need to install, the CDK itself is Upgrading is the same command, but with the `--upgrade`` flag. I don't think we have the init templates done to port the hello world tutorial over. |
Trying out the newly added Python support and hit that:
|
To use Python make sure you update to CDK version 0.28.0 |
Be aware that Python support in 0.28.0 on Windows has issues. We'll have a fix out shortly. |
Python is fully supported in CDK 0.30.0. |
To support the addition of Python to the CDK, we need the following information for the guide:
The text was updated successfully, but these errors were encountered: