Installation for speechtotext

Install with conda or pip.

conda

name: sample_env
channels:
dependencies:
- python<3.11,>=3.9.2
- pip
- pip:
  - speechtotext-python

pip

pip install speechtotext-python