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
#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.
35
33
@@ -43,6 +41,11 @@ Install Dependencies
43
41
$ virtualenv env
44
42
$ source env/bin/activate
45
43
44
+
#. Install the dependencies needed to run the samples.
45
+
46
+
.. code-block:: bash
47
+
48
+
$ pip install -r requirements.txt
46
49
47
50
.. _pip: https://pip.pypa.io/
48
51
.. _virtualenv: https://virtualenv.pypa.io/
@@ -86,7 +89,7 @@ Verify attestations for keys generated by Cloud HSM
0 commit comments