Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Implement support for multiple packages with rez-pip install #596

Conversation

mottosso
Copy link
Contributor

Hi all,

This PR adds support for passing multiple packages to rez pip install, to better align with vanilla pip, and simplify the release of lots of packages at once.

$ rez pip install packageA packageB packageC --release

@mottosso
Copy link
Contributor Author

For context, here's what you'd be able to do with this feature.

rez pip --install --release ^
    Cython ^
    Jinja2 ^
    MarkupSafe ^
    Pillow ^
    PySide ^
    Qt.py ^
    blockdiag ^
    certifi ^
    excel ^
    funcparserlib ^
    lockfile ^
    lxml ^
    ordereddict ^
    pyblish-base ^
    pyblish-lite ^
    pyblish-maya ^
    pythonnet ^
    pywin32 ^
    setuptools ^
    urllib3 ^
    webcolors ^
    xlrd ^
    six

@mottosso
Copy link
Contributor Author

Superseded by #614

@mottosso mottosso closed this May 27, 2019
@mottosso mottosso mentioned this pull request May 27, 2019
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant