installation.rst 202 B

123456789101112
  1. ============
  2. Installation
  3. ============
  4. At the command line::
  5. $ pip install testpackage
  6. Or, if you have virtualenvwrapper installed::
  7. $ mkvirtualenv testpackage
  8. $ pip install testpackage