summaryrefslogtreecommitdiff
path: root/doc/source/installation.rst
blob: a0e623791b4d07d76724994e0564629ab4a7302a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install tempest-lib

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv tempest-lib
    $ pip install tempest-lib