From ab130385621fb400753f42434c0580f5738232cc Mon Sep 17 00:00:00 2001 From: Parin Porecha Date: Thu, 24 Oct 2013 12:03:13 +0000 Subject: [PATCH] added execute command for python >2.5 --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 034b64d..eac88b1 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ - ======== bosnobot ======== @@ -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? ===============