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

At the command line::

    $ pip install testpackage

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv testpackage
    $ pip install testpackage