From 6a4242434f67cdd3f42a7fd646dc5a4debf05db8 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 2 May 2021 11:08:23 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8031086..69f0fe5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,15 @@ It is often faster to use a CLI than to load up a web page and navigate web elem ## Install +> :information_source: python2 may still work but it is [no longer supported](https://www.python.org/doc/sunset-python-2/). + ```bash -pip install rfd +python3 -m pip install --user rfd ``` +If you cannot access `rfd` in your path, try `python3 -m rfd`. + + ## Usage All commands open up in a [terminal pager](https://en.wikipedia.org/wiki/Terminal_pager).