Skip to content

Commit 0c6cf10

Browse files
authored
Language edit
1 parent 8923a6d commit 0c6cf10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

typer-cli-python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To run **RP To-Do**, you need to run the following steps:
88

99
1. Download the application's source code to a `rptodo_project/` directory
10-
2. Create a Python virtual environment and activate it
10+
2. Create a Python virtual environment and activate it:
1111

1212
```sh
1313
$ cd rptodo_project/
@@ -16,13 +16,13 @@ $ source venv/bin/activate
1616
(venv) $
1717
```
1818

19-
2. Install the dependencies
19+
3. Install the dependencies:
2020

2121
```sh
2222
(venv) $ python -m pip install -r requirements.txt
2323
```
2424

25-
3. Initialize the application
25+
4. Initialize the application:
2626

2727
```sh
2828
(venv) $ python -m rptodo init
@@ -32,7 +32,7 @@ This command asks you to introduce the file path to store the application's data
3232

3333
## Usage
3434

35-
Once you've download the source code and run the installation steps, you can run the following command to access the application's usage description:
35+
Once you've downloaded the source code and run the installation steps, you can run the following command to access the application's usage description:
3636

3737
```sh
3838
$ python -m rptodo --help

0 commit comments

Comments
 (0)