Add brew/pipx instructions (#103)

* Add easier ways to install
This commit is contained in:
DG
2021-08-09 23:54:07 -04:00
committed by GitHub
parent eb349c0ff9
commit 31ed869d05

View File

@@ -31,13 +31,21 @@ It is often faster to use a CLI than to load up a web page and navigate web elem
## Installation ## Installation
> :information_source: python2 may still work but it is [no longer supported](https://www.python.org/doc/sunset-python-2/). ### pip
```bash ```sh
python3 -m pip install --user rfd pip3 install --user rfd
``` ```
After installation, if you cannot access `rfd` in your path, try `python3 -m rfd`. This can also be installed with [pipx](https://github.com/pypa/pipx)
### brew
If you have [brew](https://brew.sh):
```sh
brew install davegallant/public/rfd
```
## Usage ## Usage