From 871f2504d1c93967cc512035546d249f4e685f52 Mon Sep 17 00:00:00 2001 From: alshain Date: Mon, 7 Feb 2011 23:11:13 +0100 Subject: [PATCH] Adds usage to setup.py --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index 7b6841b0..d229c2e6 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,17 @@ #!/usr/bin/env python +"""You need to have setuptools installed. + +Usage: + python setup.py develop + +This will register the couchpotato package in your system and thereby make it +available from anywhere. + +Also, a script will be installed to control couchpotato from the shell. +Try running: + couchpotato --help + +""" from setuptools import setup