Pārlūkot izejas kodu

Update provider developer doc with required libraries and versions

Enis Afgan 10 gadi atpakaļ
vecāks
revīzija
8f2384a9b2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      docs/topics/provider_development.rst

+ 2 - 1
docs/topics/provider_development.rst

@@ -7,7 +7,8 @@ for CloudBridge.
 1. We start off by creating a new folder for the provider within the
 1. We start off by creating a new folder for the provider within the
 ``cloudbridge/cloud/providers`` folder. In this case: ``gce``. Further, install
 ``cloudbridge/cloud/providers`` folder. In this case: ``gce``. Further, install
 the native cloud provider Python library, here
 the native cloud provider Python library, here
-``pip install google-api-python-client``.
+``pip install google-api-python-client==1.4.2`` and a couple of its requirements
+``oauth2client==1.5.2`` and ``pycrypto==2.6.1``.
 
 
 2. Add a ``provider.py`` file. This file will contain the main implementation
 2. Add a ``provider.py`` file. This file will contain the main implementation
 of the cloud provider and will be the entry point that CloudBridge uses for all
 of the cloud provider and will be the entry point that CloudBridge uses for all