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