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: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,10 @@ Please refer the below link for more details about Menu package .
19
19
https://pypi.org/project/Menu/#description.
20
20
21
21
2. **Using requirements.txt file**
22
-
23
-
1. Go to root dir `AWS_Boto3`
24
-
25
-
2. Run requirements.txt file
22
+
1. Go to root dir `AWS_Boto3`
23
+
2. Run requirements.txt file
26
24
27
-
>py(or python) -m pip install -r requirements.txt
25
+
>py(or python) -m pip install -r requirements.txt
28
26
29
27
> **Note:** `py` usually does not exist on Linux, unless you set an alias or symlink yourself. You can check with `which python` and `which py` to see what these commands actually are.
0 commit comments