This question is rather a paraphrase of not yet attended question: anaconda could not find my already installed package
I want to build doconce(https://github.com/hplgit/doconce) as a part of anaconda when no recipe for that repository is available.
Any help?
For packages on PyPI, the easiest way is to use the
conda skeleton pypi
command, likeThis will create a recipe for doconce from the metadata on PyPI, which you can then build with