Skip to content

Commit 0e6ace4

Browse files
committed
a few more edits
1 parent 864b026 commit 0e6ace4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ The `client.py` file is a command-line test tool that signs JPEG image files. It
1010

1111
## Prerequisites
1212

13-
1. Install Python Dependencies:
13+
1. Install Python dependencies. Enter this command in the top level of the repo:
1414

1515
```bash
1616
pip install -r requirements.txt
1717
```
1818

19-
2. Run signing server (`app.py`). It uses local certificates and must be accessible to the client:
19+
2. Run the signing server (`app.py`). It uses local certificates and must be accessible to the client:
2020

2121
```bash
2222
python app.py
2323
```
2424

25-
3. Provide image files to be signed.
25+
3. Run the client as explained below to submit images for the server to sign.
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)