Update README.md
Browse files
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.
|
| 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
|