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 optional support for installing package in development mode #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lorin
Copy link
Contributor

@lorin lorin commented Sep 13, 2013

Add support for allowing developer to install package in development mode:

python setup.py develop

Installing in development mode requires setuptools. If it's not present, then installer will fall back to distutils.

Lorin Hochstein added 3 commits September 12, 2013 15:41
Use setuptools so we can do "setup.py develop" to do a develop
install of the package.
If setuptools is not available, everything should still work. The
user just won't be able to install the package in development mode.
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.

None yet

1 participant