From 7ccdcbede0d9061b57be94a847dfca94f109d25f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 28 Mar 2014 16:32:54 +0100 Subject: [PATCH] update timeside django models (no views now..) --- README.rst | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eb7cbd3..37cfb3a 100644 --- a/README.rst +++ b/README.rst @@ -382,7 +382,7 @@ For versions >=0.5 on Debian Stable 7.0 Wheezy: $ git clone https://github.com/yomguy/TimeSide.git $ cd TimeSide $ git checkout dev - $ export PYTHONPATH=$PYTHONPATH:`pwd` + $ sudo pip install -e . $ python tests/run_all_tests Sponsors and Partners diff --git a/setup.py b/setup.py index a36cbe6..0161f01 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,8 @@ setup( 'pyyaml', 'simplejson', 'scipy', + 'django', + 'jsonfield', ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5