File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ To install, run the following command:
4848sudo apt install python-is-python3 python3-pip -y
4949```
5050
51- ## Download and install the AWS SAM CLI:
51+ ## Download and install the AWS SAM CLI
5252
5353There are two options to install the SAM CLI, you can select your preferred method:
5454
5555* From a zip file.
5656* Using the Python ` pip ` command.
5757
58- ### Download and install from zip file:
58+ ### Download and install from zip file
5959
6060Use ` wget ` :
6161
@@ -65,7 +65,7 @@ unzip aws-sam-cli-linux-arm64.zip -d sam-install
6565sudo ./sam-install/install
6666```
6767
68- ### Install the SAM CLI using Python pip:
68+ ### Install the SAM CLI using Python pip
6969
7070```
7171sudo apt install python3-venv -y
@@ -74,7 +74,7 @@ source .venv/bin/activate
7474pip install aws-sam-cli
7575```
7676
77- ### Confirm that the SAM CLI has been installed:
77+ ### Confirm that the SAM CLI has been installed
7878
7979``` bash
8080sam --version
You can’t perform that action at this time.
0 commit comments