Skip to content

Commit 1d69d19

Browse files
committed
Update README with pip install instructions
1 parent 98d7c52 commit 1d69d19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Behind the scenes, this uses the BotOrNot's HTTP endpoint as illustrated in
55
[this notebook](http://truthy.indiana.edu/botornot/http-api.html).
66

77
## Quickstart
8+
From your command shell, run
89

10+
```
11+
pip install botornot
12+
```
13+
14+
then in a Python shell or script, enter something like this:
915
```python
1016
import botornot
1117

0 commit comments

Comments
 (0)