Skip to content

Commit c5613f1

Browse files
committed
readme
1 parent 8e90e0a commit c5613f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigw-dynamodb-python-cdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ cd serverless-patterns/apigw-dynamodb-python-cdk
2828
```
2929
3. To manually create a virtualenv on MacOS and Linux:
3030
```
31-
$ python3 -m venv .venv
31+
python3 -m venv .venv
3232
```
3333
4. After the init process completes and the virtualenv is created, you can use the following to activate virtualenv.
3434
```
35-
$ source .venv/bin/activate
35+
source .venv/bin/activate
3636
```
3737
6. After activating your virtual environment for the first time, install the app's standard dependencies:
3838
```

0 commit comments

Comments
 (0)