diff --git a/README.md b/README.md index 581c622..9da2237 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ The original paper replaces the embeddings traditionally used with models dedica ## Installation +First we need to install mkb then install ckb 🙂 + +```sh +pip install git+https://github.com/raphaelsty/mkb +``` + ```sh pip install git+https://github.com/raphaelsty/ckb ``` @@ -168,4 +174,4 @@ model.to(device) ## Official repository 👍 -The official repository is available at [dfdazac/blp](https://github.com/dfdazac/blp). \ No newline at end of file +The official repository is available at [dfdazac/blp](https://github.com/dfdazac/blp).