Skip to content

Instantly share code, notes, and snippets.

View ObjectiveTruth's full-sized avatar

Miguel Mendez ObjectiveTruth

View GitHub Profile
@airtonix
airtonix / 0.Installing Couchpotato on Ubuntu.md
Last active March 13, 2021 14:52
How to Install Couchpotato "The Right Way(tm)"

This guide will walk you through installing couchpotato from source.

There are a few assumptions I'm making about you and your system :

  • your current user has write access to /opt/
  • virtualenv installed : sudo apt-get install python-virtualenv
  • git is installed: sudo apt-get install git