Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1740267

Browse files
authored
Update README.md
1 parent 76d4adc commit 1740267

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@ View full installation guide [here](https://github.com/isivisi/pybot/wiki/Instal
3232

3333
- Install via pip
3434
- `pip install twitch-pybot`
35-
- Or pull repo and run the install script
36-
- Configure your bot:
35+
- Or pull repo and run
36+
- `python setup.py build install`
37+
- or for development `python setup.py develop`
38+
- Configure your bot via the web interface:
39+
- `pybot -run`
40+
- then go to `127.0.0.1:8888` in your browser
41+
- or use the command line:
3742
- `pybot --config bot.name botusername`
3843
- `pybot --config bot.auth oauth:botauthentication`
3944
- `pybot --config twitch.channel channeltomoderate`
4045
- You can view the full configure proccess [here](https://github.com/isivisi/pybot/wiki/Config)
41-
- Now you can start pybot with `pybot -run` or use `pybot_run.bat`
46+
- Now you can start pybot with `pybot -run`
4247

4348
If you're running multiple bots you may want to set the compatibility setting to change all the command names. This adds a p to the beginning of every command so multiple bot commands dont clash. ex: `!quote` would now be `!pquote`
4449
- `pybot --config compatibility.append_to_commands p`

0 commit comments

Comments
 (0)