Update README.md

This commit is contained in:
libertysoft3 2020-06-30 21:30:30 -07:00 committed by GitHub
parent 8522fdad96
commit a2b6f94a5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 $ sudo apt-get install pip
$ pip install psaw $ pip install psaw -U
$ git clone https://github.com/chid/snudown $ git clone https://github.com/chid/snudown
$ cd snudown $ cd snudown
$ sudo python setup.py install $ sudo python setup.py install