momegas commited on
Commit
507e0ff
β€’
1 Parent(s): 2c8cfc0

πŸ˜… Add pip install command in README

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -2,6 +2,10 @@
2
 
3
  Create a question answering over docs bot with one line of code:
4
 
 
 
 
 
5
  ```python
6
  from qnabot import QnABot
7
  import os
 
2
 
3
  Create a question answering over docs bot with one line of code:
4
 
5
+ ```bash
6
+ pip install qnabot
7
+ ```
8
+
9
  ```python
10
  from qnabot import QnABot
11
  import os