From a0dc9017092af7d73652666ffca637b01977e3b5 Mon Sep 17 00:00:00 2001 From: bsimjoo Date: Tue, 14 Jul 2020 11:07:04 +0430 Subject: [PATCH] More hints for beginers in installation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aae189..023e765 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,20 @@ Soroush Messenger Bot Wrapper for Python - sseclient-py ## Installation ## -Run the below commands +Use git (first make sure it's installed on your os) then run the below commands: +*if you'r not using 'git' just download zip file from above and extract it* ```bash git clone https://github.com/soroush-app/bot-python-sdk cd bot-python-sdk +``` +then run below command (where you see 'requirements.txt' file): +```bash pip install -r requirements.txt ``` +OR: +```bash +python3 -m pip install -r requirements.txt +``` ## Usage ##