From bc1db2db21843464975a413e68dabd4d7f979ca8 Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 27 Jul 2015 17:23:39 +0000 Subject: [PATCH] Simplify install --- README.md | 12 ------------ TODO.md | 5 +++-- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c089cdfcb058..29bcd8eb2453 100644 --- a/README.md +++ b/README.md @@ -58,18 +58,6 @@ cd panoramix # If you don't use a virtualenv, you'll have to sudo to install the reqs sudo pip install -r requirements.txt -# I needed a feature added to pydruid, and it got merged into their -# master branch but isn't on pypi yet, so you'll need the latest. -git clone https://github.com/metamx/pydruid.git -cd pydruid -python setup.py install - -# Same for pandas-highchart, I added features to the lib, so take it -# from my fork until it gets merged... -git clone https://github.com/mistercrunch/pandas-highcharts.git -cd pandas-highcharts -python setup.py install - # Edit config.py, and read through the settings # Note that alternatively, you can create a ``local_config.py`` and put it # somewhere in your PYTHONPATH. The variables declared local_config.py diff --git a/TODO.md b/TODO.md index 08cb5e7e2081..c622d1a2e662 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,9 @@ # TODO * in/notin filters autocomplete +* Scatter plot +* Allow for post aggregations (ratios!) * compare time ranges * Add verbose_name and label method to metrics and columns -* CSV +* csv * Save / bookmark / url shortener * on save, process metadata / generate metrics -* Allow for post aggregations (ratios!)