ianb / pip (http://pip.openplans.org/)

Pip Installs Packages. For Python.

Clone this repository (size: 659.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ianb/pip/

Changed (Δ38 bytes):

raw changeset »

pip.py (1 lines added, 1 lines removed)

Up to file-list pip.py:

@@ -381,7 +381,7 @@ class InstallCommand(Command):
381
381
            default=None,
382
382
            help='Unpack packages into DIR (default %s) and build from there' % base_prefix)
383
383
        self.parser.add_option(
384
            '--src', '--source',
384
            '--src', '--source', '--source-dir', '--source-directory',
385
385
            dest='src_dir',
386
386
            metavar='DIR',
387
387
            default=None,