From 8f13889c55492707c9ba607b3d715c4578b91a1b Mon Sep 17 00:00:00 2001 From: lnguy Date: Sat, 16 Dec 2023 10:08:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b05b7e..980962d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A discord bot to receive Tekken 8 frame data primary from [wavu.wiki](https://wa ## Instruction Clone this to a linux server that has Python 3.10.0+ and install the dependencies with: -```py +``` pip install -r requirements.txt ```