Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More hints for beginers in installation #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down