Skip to content

Commit ffac745

Browse files
authored
Update README.md
1 parent 79282fe commit ffac745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
1. Python 3.x(Recommended 3.4 and above)
66
2. PIP(PIP is a package manager for Python packages)
7+
78
> **Note:** If you have Python version 3.4 or later, PIP is included by default.
89

910

@@ -25,6 +26,7 @@ https://pypi.org/project/Menu/#description.
2526
2. Run requirements.txt file
2627
2728
>py(or python) -m pip install -r requirement.txt
29+
2830
> **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.
2931

3032
## Configuration
@@ -53,7 +55,9 @@ https://pypi.org/project/Menu/#description.
5355
## RUN
5456
1. Go to root dir `AWS_Boto3`
5557
2. Run below command
58+
5659
>`py(or python) AwsCli.py`
60+
5761
3. Input User Name and Password for Login
5862

5963
## Menu Description

0 commit comments

Comments
 (0)