You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: