File: installation.rst

package info (click to toggle)
python-tempest-lib 0.14.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,156 kB
  • sloc: python: 11,500; sh: 120; makefile: 52
file content (12 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
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