Browse Source

Merge pull request #310 from CloudVE/fix_installation_docs

Install cloudbridge full in examples
Enis Afgan 3 years ago
parent
commit
6428fad407
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/index.rst
  2. 1 1
      docs/topics/install.rst

+ 1 - 1
docs/index.rst

@@ -42,7 +42,7 @@ Installation
 The latest release can always be installed form PyPI. For other installation
 The latest release can always be installed form PyPI. For other installation
 options, see the `installation page <topics/install.html>`_::
 options, see the `installation page <topics/install.html>`_::
 
 
-    pip install cloudbridge
+    pip install cloudbridge[full]
 
 
 Documentation
 Documentation
 -------------
 -------------

+ 1 - 1
docs/topics/install.rst

@@ -18,7 +18,7 @@ Latest stable release
 ---------------------
 ---------------------
 The latest release of CloudBridge can be installed from PyPI::
 The latest release of CloudBridge can be installed from PyPI::
 
 
-    pip install cloudbridge
+    pip install cloudbridge[full]
 
 
 Latest unreleased dev version
 Latest unreleased dev version
 -----------------------------
 -----------------------------