tengqm 39c4dd0669 Add an installation doc
A quick doc for installation

Change-Id: I04702a3b665de506f9b3422ce8217537e8f6378d
2017-07-25 21:59:45 -04:00

1.0 KiB

Installation

If you are installing senlinclient from an OpenStack distribution, follow the guide provided by the vendor.

If you prefer installing senlinclient from source repo, you can do it by first get senlinclient code from OpenStack git repository.

$ cd /opt/stack
$ git clone https://git.openstack.org/openstack/python-senlinclient.git

Then execute the following command

$ cd python-senlinclient
$ sudo python setup.py install