vmtp/doc/source/installation.rst
Yichen Wang e4e294e5f8 Adding support to store OpenStack deployment info
Change-Id: I7cecf58adb074a7841c6b7842578964ff731d2ca
2015-02-13 15:56:44 -08:00

806 B

Installation

For people who wants to do development for VMTP, it is recommended to set up the develop environments as below. However, for people who just wants to run the tool, or without root access, please refer to the "How to Run VMTP Tool" section and use VMTP Docker Image instead.

Here is an example for Ubuntu developers, and similar packages can be found and installed on RPM-based distro as well.

$ sudo apt-get install python-dev python-virtualenv git git-review
$ sudo apt-get install libxml2-dev libxslt-dev libffi-dev libz-dev libyaml-dev libssl-dev
$ virtualenv vmtpenv
$ source vmtpenv/bin/activate
$ git clone git://git.openstack.org/stackforge/vmtp
$ cd vmtp
$ pip install -r requirements-dev.txt
$ python vmtp.py -h