Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

========
bosnobot
========
Expand Down Expand Up @@ -114,6 +113,11 @@ Running the Bot
To run the bot based on its installation above you can simply execute::

python -m bosnobot

For python version >2.5, the above command won't work due to a regression(http://bugs.python.org/issue2751).
To run the bot, execute:

python -c "import bosnobot; bosnobot.main()"

Need more help?
===============
Expand Down