Skip to content

Commit

Permalink
[bugfix] Sphinx reSt not supported in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 29, 2024
1 parent 6f956d0 commit 58e62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Google Cloud Speech Library for Python (for Google Cloud Speech-to-Text API user
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The library `google-cloud-speech <https://pypi.org/project/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 <https://cloud.google.com/speech-to-text/docs/transcribe-client-libraries#client-libraries-install-python>`__)

**Prerequisite**: Create local authentication credentials for your Google account
Expand Down

0 comments on commit 58e62fd

Please sign in to comment.