Skip to content

Commit dc38f9d

Browse files
committed
And another README update
1 parent 5dda109 commit dc38f9d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ either for full clear or for up to 4 fights.
77

88
## Dev setup
99
1. 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
1212
python -m venv .venv
1313
.\.venv\Scripts\Activate.ps1
@@ -18,10 +18,13 @@ python -m pip install --upgrade pip
1818
python -m pip install -r requirements.txt -r requirements-dev.txt
1919
```
2020
4. 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

0 commit comments

Comments
 (0)