mirror of
https://github.com/LuisMayo/ace-attorney-discord-bot.git
synced 2025-06-18 14:25:36 -04:00
Objection engine is now a library
This commit is contained in:
parent
6909407edc
commit
e2e80f4093
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user