From 325b170e64ea10280d5f08f7417b5d1bdc94a466 Mon Sep 17 00:00:00 2001 From: Raphael Sourty Date: Wed, 22 Sep 2021 11:33:40 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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).