You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-cloudshell/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The AWS CloudShell is a convenient pre-authenticated browser based shell that gi
7
7
## Prerequisites to install cqlsh-expansion in AWS CloudShell
8
8
9
9
10
-
In this section, we will prepare the AWS CloudShell for installation. The preferred method of installation is through pip. pip is the [package installer ](https://packaging.python.org/guides/tool-recommendations/) for Python. You can use pip to install packages from the [Python Package Index](https://pypi.org/) and other indexes. The cqlsh-expansion requires python 2 so you have to verify the what version python the Cloudshell is running before installing cqlsh-expansion.
10
+
In this section, we will prepare the AWS CloudShell for installation. The preferred method of installation is through pip. pip is the [package installer ](https://packaging.python.org/guides/tool-recommendations/) for Python. You can use pip to install packages from the [Python Package Index.](https://pypi.org/) The cqlsh-expansion requires python 2 so you have to verify the what version python the Cloudshell is running before installing cqlsh-expansion.
11
11
12
12
`
13
13
python --version
@@ -45,7 +45,7 @@ By default the cqlsh-expansion is not configured with ssl enabled, but the packa
45
45
46
46
47
47
48
-
This command will configure the Toolkit your cqlsh-expansion
48
+
This command will configure the Toolkit in CloudShell.
0 commit comments