From d28d6dea88b4c300cc1342e4eb4fe7ba0ddc8b2c Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Wed, 29 Jun 2022 15:06:07 +0930 Subject: [PATCH] Upgrade PIP for plugin installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 047fe06..ece4d10 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ A fast and local neural text to speech system developed by [Mycroft](https://myc # Install system packages sudo apt-get install libespeak-ng1 +# Ensure that you're using the latest pip +mycroft-pip install --upgrade pip + # Install plugin mycroft-pip install mycroft-plugin-tts-mimic3[all]