From 2ef5bb687c9e8e0ee70926bd7e5a0455b1291fec Mon Sep 17 00:00:00 2001 From: MartinAltmayer Date: Fri, 6 Nov 2020 10:51:53 +0100 Subject: [PATCH] docs(cli): Fix directory in README.template.md --- .../aws-cdk/lib/init-templates/app/python/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/lib/init-templates/app/python/README.template.md b/packages/aws-cdk/lib/init-templates/app/python/README.template.md index 0f3fce3e943cd..ecb028bfa951e 100644 --- a/packages/aws-cdk/lib/init-templates/app/python/README.template.md +++ b/packages/aws-cdk/lib/init-templates/app/python/README.template.md @@ -6,7 +6,7 @@ This is a blank project for Python development with CDK. The `cdk.json` file tells the CDK Toolkit how to execute your app. This project is set up like a standard Python project. The initialization -process also creates a virtualenv within this project, stored under the .env +process also creates a virtualenv within this project, stored under the `.venv` directory. To create the virtualenv it assumes that there is a `python3` (or `python` for Windows) executable in your path with access to the `venv` package. If for any reason the automatic creation of the virtualenv fails,