# HG changeset patch # User Peter Sanchez # Date 1289318240 28800 # Tue Nov 09 07:57:20 2010 -0800 # Node ID db6ab67104203985f8161bbae05c2436f838cd2a # Parent 9aeb480e9f533a9ab85b504708304c052ddb03a1 Added dependencies to README.txt diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -14,6 +14,17 @@ setup as private, this app will not sync that account. +Dependencies +------------ + +This app only depends on the python-dateutil module. You can install +it like so: + +$ sudo pip install python-dateutil + +It was written for Python 2.4+ and Django 1.2.3 + + Install -------