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

Add support for running as Python module #461

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Add support for running as Python module #461

merged 1 commit into from
Mar 29, 2017

Conversation

AndreLouisCaron
Copy link
Contributor

@AndreLouisCaron AndreLouisCaron commented Mar 3, 2017

This change makes it easier to run pip-tools on systems which use multiple Python versions by enabling workflows like py -X.Y -m piptools ... on Windows and pythonX.Y -m piptools ... elsewhere.

Fixes #402.

This change makes it easier to run pip-tools on systems which use multiple Python versions by enabling workflows like ``py -X.Y -m piptools ...`` on Windows and ``pythonX.Y -m piptools ...` elsewhere.`
@davidovich davidovich added this to the 1.9 milestone Mar 23, 2017
@davidovich davidovich merged commit 22ad007 into jazzband:master Mar 29, 2017
@davidovich
Copy link
Contributor

Thanks @AndreLouisCaron !

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.

2 participants