ansible-later/env_27/lib/python2.7/site-packages/pbr/tests/testpackage/doc/source/installation.rst
Robert Kaussow 10aaa8e7e3 fix pytest
2019-04-11 15:56:20 +02:00

13 lines
202 B
ReStructuredText

============
Installation
============
At the command line::
$ pip install testpackage
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv testpackage
$ pip install testpackage