From 1a0d8c155854abed6b26069b89b35d7b5087a47b Mon Sep 17 00:00:00 2001 From: thllwg Date: Wed, 20 May 2020 17:28:50 +0200 Subject: [PATCH] fix: wrong script referenced --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 0563ef94..3c65c961 100644 --- a/server/README.md +++ b/server/README.md @@ -7,7 +7,7 @@ Instructions below are based on a Ubuntu 18.04 machine, but it should be simple #### Development server: ##### Using server.py -If you have the environment set already for TTS, then you can directly call ```setup.py```. +If you have the environment set already for TTS, then you can directly call ```server.py```. ##### Using .whl 1. apt-get install -y espeak libsndfile1 python3-venv