@@ -24,6 +24,20 @@ Vertex AI SDK for Python
24
24
.. _Client Library Documentation : https://cloud.google.com/python/docs/reference/aiplatform/latest
25
25
.. _Product Documentation : https://cloud.google.com/vertex-ai/docs
26
26
27
+ Installation
28
+ ~~~~~~~~~~~~
29
+
30
+ .. code-block :: console
31
+
32
+ pip install google-cloud-aiplatform
33
+
34
+
35
+ With :code: `uv `:
36
+
37
+ .. code-block :: console
38
+
39
+ uv pip install google-cloud-aiplatform
40
+
27
41
Generative AI in the Vertex AI SDK
28
42
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
43
@@ -163,41 +177,6 @@ In order to use this library, you first need to go through the following steps:
163
177
.. _Enable the Vertex AI API. : https://cloud.google.com/vertex-ai/docs/start/use-vertex-ai-python-sdk
164
178
.. _Setup Authentication. : https://googleapis.dev/python/google-api-core/latest/auth.html
165
179
166
- Installation
167
- ~~~~~~~~~~~~
168
-
169
- Install this library in a `virtualenv `_ using pip. `virtualenv `_ is a tool to
170
- create isolated Python environments. The basic problem it addresses is one of
171
- dependencies and versions, and indirectly permissions.
172
-
173
- With `virtualenv `_, it's possible to install this library without needing system
174
- install permissions, and without clashing with the installed system
175
- dependencies.
176
-
177
- .. _virtualenv : https://virtualenv.pypa.io/en/latest/
178
-
179
-
180
- Mac/Linux
181
- ^^^^^^^^^
182
-
183
- .. code-block :: console
184
-
185
- pip install virtualenv
186
- virtualenv <your-env>
187
- source <your-env>/bin/activate
188
- <your-env>/bin/pip install google-cloud-aiplatform
189
-
190
-
191
- Windows
192
- ^^^^^^^
193
-
194
- .. code-block :: console
195
-
196
- pip install virtualenv
197
- virtualenv <your-env>
198
- <your-env>\Scripts\activate
199
- <your-env>\Scripts\pip.exe install google-cloud-aiplatform
200
-
201
180
202
181
Supported Python Versions
203
182
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments