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