cagrikymk / JAX-ReaxFF

JAX-ReaxFF: A Gradient Based Framework for Extremely Fast Optimization of Reactive Force Fields
GNU General Public License v3.0
53 stars 22 forks source link

replace python install by pip install #3

Closed lcdumort closed 2 years ago

lcdumort commented 2 years ago

pip install . is, in general, preferred over python setup.py install as it is more flexible. For example, a force reinstall or uninstalling is much more convenient and flexible using the pip.

cagrikymk commented 2 years ago

that makes sense, thank you!