make install should install validphys2
Created by: Zaharid
Probably doing something like
cd validphys2
python -m pip install -e .
should be good enough. This is the developer mode, where changes in the source reflect in the installed version. I think this is what most people want by default.