We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e90e0a commit c5613f1Copy full SHA for c5613f1
apigw-dynamodb-python-cdk/README.md
@@ -28,11 +28,11 @@ cd serverless-patterns/apigw-dynamodb-python-cdk
28
```
29
3. To manually create a virtualenv on MacOS and Linux:
30
31
-$ python3 -m venv .venv
+python3 -m venv .venv
32
33
4. After the init process completes and the virtualenv is created, you can use the following to activate virtualenv.
34
35
-$ source .venv/bin/activate
+source .venv/bin/activate
36
37
6. After activating your virtual environment for the first time, install the app's standard dependencies:
38
0 commit comments