From 58e62fd150648d8d8dbbd59b1c11bbe367a85940 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 29 Dec 2024 08:53:05 +0000 Subject: [PATCH] [bugfix] Sphinx reSt not supported in PyPI https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/#validating-restructuredtext-markup --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7bb0c0cf..a05f0670 100644 --- a/README.rst +++ b/README.rst @@ -155,7 +155,7 @@ Google Cloud Speech Library for Python (for Google Cloud Speech-to-Text API user ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The library `google-cloud-speech `__ is **required if and only if you want to use Google Cloud Speech-to-Text API** (``recognizer_instance.recognize_google_cloud``). -You can install it with :command:`python3 -m pip install SpeechRecognition[google-cloud]`. +You can install it with ``python3 -m pip install SpeechRecognition[google-cloud]``. (ref: `official installation instructions `__) **Prerequisite**: Create local authentication credentials for your Google account