This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Installation
Paco Gómez edited this page Dec 14, 2017
·
4 revisions
vcd-cli
requires Python 3.
The following instructions have been tested with Ubuntu 16.04:
$ sudo apt-get install python-pip build-essential libssl-dev libffi-dev python-dev
$ pip install --user vca-cli
On macOS, open a Terminal and enter the commands listed below (skip those that refer to a component already installed on your mac):
Install Xcode Command Line Tools
:
$ xcode-select --install
Press Install
and accept the license terms.
Install pip
:
$ sudo easy_install pip
Install vca-cli
$ pip install --user vca-cli
Display the version installed:
$ vcd --version
vca-cli version 14 (pyvcloud: 14)
It is also possible to install vca-cli
in a virtualenv.
To upgrade an existing vca-cli
install, just run:
$ pip install --user vca-cli --upgrade
The commands described above install the current stable version of vca-cli
. To install a pre-release version, enter:
$ pip install --user vca-cli --pre
And to upgrade a pre-release:
$ pip install vca-cli --pre --upgrade
Installation from the current development version in GitHub:
$ pip install --user git+https://github.com/vmware/vca-cli.git