Support Installation in conda environments without pip
This possibility to be exploded.
Just leaving this comment here for future documentation:
Currently the conda docs recommend using the conda skeleton pypi <your_package> to generate the conda recipe from an existing pypi package but the skeleton seems to be buggy and not well maintained as described in this issue. So I will instead use the newer tool called grayskull for that.
Just leaving this comment here for future documentation: Currently the conda docs recommend using the
conda skeleton pypi <your_package>to generate the conda recipe from an existing pypi package but the skeleton seems to be buggy and not well maintained as described in this issue. So I will instead use the newer tool called grayskull for that.
Looks like a great alternative, thanks for sharing.
@IroNEDR for documentation's sake, noting here that the readme.md will be updated by @IroNEDR with the appropriate download instructions for conda environments.