Portal Home > Knowledgebase > How-to > Hosting > Other software > Flexget installation
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.
Add to Favourites Print this Article
Powered by WHMCompleteSolution