From 0f96e040837cc94ee696630031856e7b8dd4e70c Mon Sep 17 00:00:00 2001 From: libertysoft3 <31760410+libertysoft3@users.noreply.github.com> Date: Tue, 30 Jun 2020 21:31:37 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d069b8e..1d1c2f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ pulls reddit data from the [pushshift](https://github.com/pushshift/api) api and ### 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 $ pip install psaw -U