File: installation.rst

package info (click to toggle)
python-os-api-ref 3.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 934; javascript: 119; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
Installation
============

At the command line::

    $ pip install os-api-ref

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv os-api-ref
    $ pip install os-api-ref