Update README.md

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

View file

@ -4,7 +4,9 @@ pulls reddit data from the [pushshift](https://github.com/pushshift/api) api and
### install ### install
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 on your system, then you need to replace all occurances of `python` with `python3` in the commands below.
$ sudo apt-get install pip $ sudo apt-get install pip
$ pip install psaw -U $ pip install psaw -U