From a2b6f94a5ed0306caaac78d64f478b7d2d9f91e9 Mon Sep 17 00:00:00 2001 From: libertysoft3 <31760410+libertysoft3@users.noreply.github.com> Date: Tue, 30 Jun 2020 21:30:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ff729..d069b8e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pulls reddit data from the [pushshift](https://github.com/pushshift/api) api and requires python 3 on linux, OSX, or Windows. warning: if `$ python --version` outputs a python 2 version, then replace all occurances of `python` with `python3` in the commands below. $ sudo apt-get install pip - $ pip install psaw + $ pip install psaw -U $ git clone https://github.com/chid/snudown $ cd snudown $ sudo python setup.py install