Explorar o código

Update provider developer doc with required libraries and versions

Enis Afgan %!s(int64=10) %!d(string=hai) anos
pai
achega
8f2384a9b2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
 ``cloudbridge/cloud/providers`` folder. In this case: ``gce``. Further, install
 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
 of the cloud provider and will be the entry point that CloudBridge uses for all