Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion InstallWizard/OSX/Flexget.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ Finally, install FlexGet and its components (using `pip3` in place of `pip` if n
$ pip install --upgrade flexget
```

Alternatively, if you have homebrew installed, you could use the version in homebrew
```bash
$ brew install flexget
```

You can confirm FlexGet has been successfully installed by running the following command:
```bash
$ flexget -V
```
This should output the version number of FlexGet.

## Continue
Next, learn how to [autorun the daemon](/InstallWizard/OSX/Autorun) at startup.
Next, learn how to [autorun the daemon](/InstallWizard/OSX/Autorun) at startup.