update readme, for format

This commit is contained in:
huangmingming 2023-01-30 17:53:25 +08:00
parent 9f14f7d746
commit f807bc2c06

View File

@ -27,7 +27,7 @@ python grpc_main_server.py --port 10095
Step 4) Start grpc client (on client with microphone).
```
# Install dependency.
# Install dependency. Optional.
python -m pip install pyaudio webrtcvad
```
```