From d6c3b25cc4e62760ecd0e2b7385ee22933fdf0f8 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 15 Aug 2022 17:46:01 -0400 Subject: [PATCH] added dependencies --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0361891..1551d29 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # text-gen-bot -Matrix bot that generates messages based off of messages of other users using a neural network. \ No newline at end of file +Matrix bot that generates messages based off of messages of other users using a neural network. + +## Development setup + +Install JavaSript SDK: + +```sh +pnpm add matrix-bot-sdk +``` + +Install Python module: + +```sh +pip3 install textgenrnn +```