Objection engine is now a library

This commit is contained in:
Luis Mayo Valbuena 2022-06-01 11:46:26 +02:00 committed by GitHub
parent 6909407edc
commit e2e80f4093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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