--- a +++ b/sub-packages/bionemo-geometric/README.md @@ -0,0 +1,11 @@ +# bionemo-geometric + +To install, execute the following: +```bash +pip install -e . +``` + +To run unit tests, execute: +```bash +pytest -v . +```