second try
[vsorcdistro/.git] / ryu / .eggs / pbr-5.3.1-py2.7.egg / pbr / tests / testpackage / doc / source / installation.rst
1 ============
2 Installation
3 ============
4
5 At the command line::
6
7     $ pip install testpackage
8
9 Or, if you have virtualenvwrapper installed::
10
11     $ mkvirtualenv testpackage
12     $ pip install testpackage