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
It would be extremely beneficial for users of the Conda environment/build system to be able to install reana-client and reana-cluster through Conda. There are several options for doing this:
Using 1 has the benefit that users can install very easily because most people have conda-forge setup.
Using 2 has the benefit that it is easier for reana devs to add packages/projects to Anaconda Cloud than to conda-forge and you would not be bound to conda-forge conventions.
Either way, I think it would be extremely beneficial to have this setup, especially since many projects in the scientific-python community use conda.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, yes, it would be definitely useful, especially for reana-client that is used by the scientists. The reana-cluster is used by the cluster administrators/developers only, so having the package on PyPI is probably enough... Although it wouldn't hurt to expose both.
It would be extremely beneficial for users of the Conda environment/build system to be able to install
reana-client
andreana-cluster
through Conda. There are several options for doing this:reana-client
andreana-cluster
as conda-forge feedstocks.reana
channel on Anaconda Cloud to hostreana-*
packages.Using 1 has the benefit that users can install very easily because most people have conda-forge setup.
Using 2 has the benefit that it is easier for reana devs to add packages/projects to Anaconda Cloud than to conda-forge and you would not be bound to conda-forge conventions.
Either way, I think it would be extremely beneficial to have this setup, especially since many projects in the scientific-python community use conda.
The text was updated successfully, but these errors were encountered: