From 35ede240bc54cd25ce7381d3c0cb76ac2d2d3cdd Mon Sep 17 00:00:00 2001 From: ftnext Date: Sun, 4 Dec 2022 21:42:11 +0900 Subject: [PATCH] [bugfix] Fix twine check error --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d4aadafc..f421629f 100644 --- a/README.rst +++ b/README.rst @@ -176,7 +176,7 @@ This is because monotonic time is necessary to handle cache expiry properly in t To install, use `Pip `__: execute ``pip install monotonic`` in a terminal. Whisper (for Whisper users) -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~ Whisper is **required if and only if you want to use whisper** (``recognizer_instance.recognize_whisper``). You can install it with ``python3 -m pip install git+https://github.com/openai/whisper.git``.