As of #1680 we have little need for the instructions here
https://docs.nnpdf.science/get-started/installation.html#installation-from-source
AFAICT it would only be needed for running buildmaster and hacking some old evolution tools.
A simpler procedure for Python only development would go along the lines of install package, and pip install -e . on vp and n3fit. I think the current instructions could be stashed somewhere and have those simpler ones for a default dev environment.
As of #1680 we have little need for the instructions here
https://docs.nnpdf.science/get-started/installation.html#installation-from-source
AFAICT it would only be needed for running buildmaster and hacking some old evolution tools.
A simpler procedure for Python only development would go along the lines of install package, and
pip install -e .on vp and n3fit. I think the current instructions could be stashed somewhere and have those simpler ones for a default dev environment.