Skip to content

Commit

Permalink
Merge pull request #310 from CloudVE/fix_installation_docs
Browse files Browse the repository at this point in the history
Install cloudbridge full in examples
  • Loading branch information
afgane authored Sep 10, 2022
2 parents 7882bda + ebbbeef commit 6428fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Installation
The latest release can always be installed form PyPI. For other installation
options, see the `installation page <topics/install.html>`_::

pip install cloudbridge
pip install cloudbridge[full]

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Latest stable release
---------------------
The latest release of CloudBridge can be installed from PyPI::

pip install cloudbridge
pip install cloudbridge[full]

Latest unreleased dev version
-----------------------------
Expand Down

0 comments on commit 6428fad

Please sign in to comment.