From e2e80f4093f6c726b64794a2b13c748662f6e130 Mon Sep 17 00:00:00 2001 From: Luis Mayo Valbuena Date: Wed, 1 Jun 2022 11:46:26 +0200 Subject: [PATCH] Objection engine is now a library --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dde130e..4fa5a42 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,9 @@ ``` git clone --recursive https://github.com/LuisMayo/ace-attorney-discord-bot ``` -2. Install dependencies of this repo and of objection engine. Refer to [objection engine's install instructions](https://github.com/LuisMayo/objection_engine/blob/main/README.md#installing) for any problems you may encounter +2. Install dependencies of this repo. Refer to [objection engine's install instructions](https://github.com/LuisMayo/objection_engine/blob/main/README.md#installing) for any problems you may encounter ``` bash python -m pip install -r requirements.txt -python -m pip install -r objection_engine/requirements.txt ``` 3. Copy `config.yaml.example` into `config.yaml` and fill your token there