12 lines
210 B
ReStructuredText
12 lines
210 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install tempest_stress
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv tempest_stress
|
|
$ pip install tempest_stress |