The article describes how to install flexget. Installation is so simple that only one command is required to get it installed. Please log on via SSH to your account. Type the following command:

pip3 install --user flexget

If everything is OK you will get a similar notice:

Successfully installed flexget ....

Flexget has been installed. You can use it with the following command:

~/.local/bin/flexget

If you want to get it recognized as a flexget command you can add alias to your .bashrc file:

echo "alias flexget='~/.local/bin/flexget'" >> ~/.bashrc && bash

Now flexget command will be recognized.


Was this answer helpful? 135 Users Found This Useful (145 Votes)