File: installation.rst

package info (click to toggle)
python-os-win 5.9.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 19,740; makefile: 22; sh: 2
file content (12 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install os-win

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv os-win
    $ pip install os-win