netwulf icon indicating copy to clipboard operation
netwulf copied to clipboard

Is netwulf available in anaconda?

Open zhaohan-xi opened this issue 4 years ago • 2 comments

I use conda virtual environment, normally install a new library by "conda install -n my_env_name package_name", but netwulf is unavailable now, is there any surrogate approaches to install netwulf into my conda virtual environment?

zhaohan-xi avatar Jan 17 '20 19:01 zhaohan-xi

No. But could you not install pip within your environment using conda, and then install netwulf with that version of pip?

ulfaslak avatar Jan 17 '20 19:01 ulfaslak

I have never worked with conda but this seems related: https://stackoverflow.com/questions/29286624/how-to-install-pypi-packages-using-anaconda-conda-command

In case somebody wants to register a Conda recipe, we're happy to merge pull requests. Please regard our contributing guidelines.

benmaier avatar Jan 20 '20 12:01 benmaier