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

  1. Open your terminal emulator.

  2. Type the following command to install Git, a version control system:

    sudo pacman -S git
    
  3. Clone the SickChill repository by typing the following command:

    git clone https://github.com/SickChill/SickChill.git
    
  4. Once the cloning process is complete, navigate to the newly created SickChill directory by typing:

    cd SickChill
    
  5. Install the required dependencies to run SickChill by typing:

    pip install -r requirements.txt
    

    Note: If pip is not installed on your system, you can install it by typing:

    sudo pacman -S python-pip
    
  6. Finally, start SickChill by typing:

    python SickChill.py
    

    SickChill 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!