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

dealing with pip, setuptools, and non-PyPI dependencies #231

Merged
merged 5 commits into from
Dec 18, 2019

Conversation

paxtonfitzpatrick
Copy link
Member

Updated workaround for pip-installing package from a GitHub repo.

The last version worked for installs from the Hypertools GitHub repo, but PyPI was rejecting it.
This new workaround entails subclassing setuptools.command.install.install and pip-installing necessary github repos after other dependencies finish installing.

I've pushed these updates to PyPI as v0.6.2 and verified that hypertools installs successfully. Once this gets merged, I'll release v0.6.2 on GitHub and update the readthedocs version.

@paxtonfitzpatrick
Copy link
Member Author

all tests still passing -- merging in

@paxtonfitzpatrick paxtonfitzpatrick merged commit eca7cff into ContextLab:master Dec 18, 2019
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