With pip
we can install subpackages using square brackets. For example with Apache Airflow:
pip install airflow[all]
Is there something similar in conda
or do I have to use pip
for packages containing sub-packages?
With pip
we can install subpackages using square brackets. For example with Apache Airflow:
pip install airflow[all]
Is there something similar in conda
or do I have to use pip
for packages containing sub-packages?
It appears that the issue has been raised but not resolved