File: installation.rst

package info (click to toggle)
python-os-brick 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,140 kB
  • ctags: 1,319
  • sloc: python: 10,746; sh: 31; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
============
Installation
============

At the command line::

    $ pip install os-brick

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv os-brick
    $ pip install os-brick

Or, from source::

    $ git clone https://github.com/openstack/os-brick
    $ cd os-brick
    $ python setup.py install