We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b026 commit 0e6ace4Copy full SHA for 0e6ace4
tests/README.md
@@ -10,19 +10,19 @@ The `client.py` file is a command-line test tool that signs JPEG image files. It
10
11
## Prerequisites
12
13
-1. Install Python Dependencies:
+1. Install Python dependencies. Enter this command in the top level of the repo:
14
15
```bash
16
pip install -r requirements.txt
17
```
18
19
-2. Run signing server (`app.py`). It uses local certificates and must be accessible to the client:
+2. Run the signing server (`app.py`). It uses local certificates and must be accessible to the client:
20
21
22
python app.py
23
24
25
-3. Provide image files to be signed.
+3. Run the client as explained below to submit images for the server to sign.
26
27
## Usage
28
0 commit comments