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 install optional packages. #3

Open
rocky opened this issue Jul 14, 2021 · 0 comments
Open

Add install optional packages. #3

rocky opened this issue Jul 14, 2021 · 0 comments

Comments

@rocky
Copy link
Member

rocky commented Jul 14, 2021

PyPI packaging show allow more installation options.

For example, if you don't have a Cs++ compiler, then pymathics-natlang can't get installed since it adds indirectly a dependency on murmurhash written in C++. So it might be nice to have be able to say:

pip install mathics-omnibus[no-c++]

There are lots of other combinations I can think of too. like "base" for just the base system.

https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies

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

No branches or pull requests

1 participant