Skip to content

Commit 870be18

Browse files
authored
Manual Python Library Install
Added manual python library install instructions.
1 parent b4db346 commit 870be18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ python
3434
>>> from google.cloud import speech
3535
>>> from google.cloud import storage
3636
```
37+
Manual installation:
38+
```python
39+
python -m pip install google-cloud-speech google-cloud-storage
40+
```
3741
6. Set up your [Google Cloud Speech-to-Text API](https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries).
3842
7. Download your [Google Cloud authorization JSON file](https://cloud.google.com/speech-to-text/docs/libraries) and store it someplace safe. We recommend the /data folder in /PythonFiles.
3943
8. Create a [Google Cloud Storage bucket](https://cloud.google.com/storage/docs/creating-buckets) to store your audio files.

0 commit comments

Comments
 (0)