Kaynağa Gözat

Separate the provider installation instruction

Ryan SIU 4 yıl önce
ebeveyn
işleme
2cbd6a3cb5
2 değiştirilmiş dosya ile 10 ekleme ve 3 silme
  1. 1 3
      README.rst
  2. 9 0
      docs/topics/install.rst

+ 1 - 3
README.rst

@@ -64,9 +64,7 @@ Install the latest release from PyPi:
 
 .. code-block:: shell
 
-  pip install cloudbridge[aws,gcp,azure,openstack]
-
-You can remove the cloud providers not using from the dependencies.
+  pip install cloudbridge[full]
 
 For other installation options, see the `installation page`_ in
 the documentation.

+ 9 - 0
docs/topics/install.rst

@@ -27,6 +27,15 @@ The development version of the library can be installed directly from the
 
     $ pip install --upgrade git+https://github.com/CloudVE/cloudbridge.git
 
+Single Provider Installation
+-----------------------------
+If you only require to integrate with one to two providers, you can install
+the particular providers only as the following.
+
+    $ pip install cloudbridge[aws,gcp]
+
+The available options are aws, azure, gcp and openstack.
+
 Developer installation
 ----------------------
 To install additional libraries required by CloudBridge contributors, such as