File: index.rst

package info (click to toggle)
python-os-brick 6.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,240 kB
  • sloc: python: 20,500; sh: 92; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============
Installation
============

At the command line:

.. code-block:: shell

   $ pip install os-brick

Or, if you have virtualenvwrapper installed:

.. code-block:: shell

   $ mkvirtualenv os-brick
   $ pip install os-brick

Or, from source:

.. code-block:: shell

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