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 +```