How to Install SickChill on Manjaro
SickChill is a program that allows users to automatically download their favorite TV shows, including the latest episodes, subtitles, and more. In this tutorial, you will learn how to install SickChill on Manjaro.
Prerequisites
Before we begin, make sure that you have the following:
- A Manjaro installation
- A terminal emulator (such as Konsole or GNOME Terminal)
- Basic knowledge of Linux commands
Installing SickChill on Manjaro
Open your terminal emulator.
Type the following command to install Git, a version control system:
sudo pacman -S gitClone the SickChill repository by typing the following command:
git clone https://github.com/SickChill/SickChill.gitOnce the cloning process is complete, navigate to the newly created SickChill directory by typing:
cd SickChillInstall the required dependencies to run SickChill by typing:
pip install -r requirements.txtNote: If pip is not installed on your system, you can install it by typing:
sudo pacman -S python-pipFinally, start SickChill by typing:
python SickChill.pySickChill should now be running on your Manjaro system.
Conclusion
Congratulations! You have successfully installed SickChill on Manjaro. You can now use SickChill to automatically download your favorite TV shows. Enjoy!