So I want to compile from source through the anaconda environment. I went through the instructions for building from source, and ran everything through the anaconda prompt (on Windows). Everything compiled fine.
But now I need to add ngsolve (and whatever else) somehow so that I can run netgen from the anaconda prompt, and so Anaconda’s python can find ngsolve. I found something about “conda-develop” which is supposed to be able to do this. But I don’t know what to add. Any suggestions?
The reason I want to do this is so I can use the most recent (nightly) version. Should I just use the PIP installer? It says it also gives access to the nightly version.