File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ either for full clear or for up to 4 fights.
77
88## Dev setup
991 . Clone the repo
10- 2 . Setup venv. This is optional but more convenient then system wide installation of our dependencies
10+ 2 . Setup venv. This is optional but more convenient than system wide installation of our dependencies
1111``` powershell
1212python -m venv .venv
1313.\.venv\Scripts\Activate.ps1
@@ -18,10 +18,13 @@ python -m pip install --upgrade pip
1818python -m pip install -r requirements.txt -r requirements-dev.txt
1919```
20204 . Fill in config/base.cfg and config/guild.cfg. There are template files for these configs.
21- 5 . Run the bot
21+ 5 . Create data folder to store EPGP data if you want to use that cog
2222``` powershell
23- cd slao_bot
24- python -m slaobot
23+ mkdir data
24+ ```
25+ 6 . Run the bot
26+ ``` powershell
27+ python .\slao_bot\slaobot.py
2528```
2629
2730## Commands
You can’t perform that action at this time.
0 commit comments