You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample requires you to have authentication setup. Refer to the [Authentication Getting Started Guide](https://cloud.google.com/docs/authentication/getting-started)
25
-
for instructions on setting up credentials for applications.
24
+
Refer to the [Authentication Set Up Guide](https://cloud.google.com/storage/docs/reference/libraries#setting_up_authentication)
25
+
for more detailed instructions.
26
26
27
27
### Install Dependencies
28
28
1. Clone this repository and change to the sample directory you want to use.
2. Install [pip](https://pip.pypa.io/) and [virtualenv](https://virtualenv.pypa.io) if you do not already have them. You may want to refer to the [Python Development Environment Setup Guide](https://cloud.google.com/python/setup) for Google Cloud Platform for instructions.
34
-
35
-
3. Create a virtualenv. Samples are compatible with Python 3.6+.
33
+
2. Activate a venv if you have not already from the [Quick Start](https://github.com/googleapis/python-storage#quick-start).
36
34
```
37
-
virtualenv env
38
-
source env/bin/activate
35
+
source <your-venv>/bin/activate
39
36
```
40
37
41
-
4. Install the dependencies needed to run the samples.
38
+
3. Install the dependencies needed to run the samples.
0 commit comments