Summary
Make DMFF available via pip install dmff.
Motivation
Currently, the documentation lists too many dependencies to let users install manually, which is too complex. These packages should be added to dependencies and installed automatically.
mdtraj and rdkit are available in PyPI, so they can also listed as dependencies. Users only need to manually install openmm, which is blocked by openmm/openmm#3796.
Suggested Solutions
- Add all required packages to dependencies;
- Rewrite documentation;
- To publish to PyPI, add a GitHub workflow file like this: https://github.com/deepmodeling/dpdispatcher/blob/master/.github/workflows/release.yml
Further Information, Files, and Links
No response