-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify development environment installation instructions #1690
Comments
@RoyStegeman would you have a look here, given that it might help you for something else? |
In principle being able to do |
Yes. The pip-only install has two problems:
I haven't look at how to automatise in a reasonable manner 2. because of 1. |
This issue is not about conda. It is about not installing C++ build dependencies for the dev environment or having to compile anything . This is a clear, quick win that has no pre requisites. |
Yes this would have to be addressed first but that has to be done at some point anyway. |
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.The text was updated successfully, but these errors were encountered: