tae898 commited on
Commit
024721d
1 Parent(s): 73721b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ You can either run the Flask RESTful server app as a docker container or just as
96
 
97
  ### Client
98
 
99
- Once the app is running, you can send a text to the server. You can do so with a [client.py](client.py). The usage is elow:
100
 
101
  ```console
102
  client.py [-h] [--url-emoberta URL_EMOBERTA] --text TEXT
 
96
 
97
  ### Client
98
 
99
+ Once the app is running, you can send a text to the server. First install the necessary packages: `pip install -r requirements-client.txt`, and the run the [client.py](client.py). The usage is as below:
100
 
101
  ```console
102
  client.py [-h] [--url-emoberta URL_EMOBERTA] --text TEXT