summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-10 12:04:41 +0200
committerLV-426 <lv-426@taproot.org.il>2015-03-10 12:04:41 +0200
commit72f6a649e72edb8f91df1ee429c75bcb45a6b065 (patch)
tree089db26db734cd61fa81d08b8fe04b274587a090
parent4deaa20976253bea47609ecbf72573f789952503 (diff)
readme.md - merge duplicate requirements sections
-rw-r--r--README.md36
1 files changed, 15 insertions, 21 deletions
diff --git a/README.md b/README.md
index eb922ac0..2b431aa9 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,21 @@
A collaborative editor for organizing, communicating, and analyzing data in graph form.
# Requirements
-* Neo4J DB server
-* Python 2.7
-* Flask
-* Apache Ant
-* python-gevent
-* python-gevent-websocket
-* python-socketio
+- Neo4J DB server >= 2.1.5 - http://neo4j.com/download/
+- Flask - http://flask.pocoo.org/
+- Apache Ant >= 1.9.0
+- Python 2.7
+- python-gevent
+- python-gevent-websocket
+- python-six
+- python-socketio
+
+## Client
+All of the following are already bundled but noted here for reference:
+# [feedback](https://github.com/ivoviz/feedback) (it also bundles [html2canvas](http://html2canvas.hertzen.com/))
+# jquery
+# d3
+# FileSaver
# Installation
@@ -24,20 +32,6 @@ use pip to install all requirements
$ pip install flask
$ pip install flask-mail
-# Requirements
-## Build system
-ant >= 1.9.0
-
-## Server
-### Neo4j
-[neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries)
-
-### Python libs
-# [gevent-socketio](https://pypi.python.org/pypi/gevent-socketio/)
-# [flask](http://flask.pocoo.org/)
-# [flask-mail](https://github.com/mattupstate/flask-mail)
-# [six](https://pypi.python.org/pypi/six/1.9.0)
-
## Client
All of the following are already bundled but noted here for reference:
# [feedback](https://github.com/ivoviz/feedback) (it also bundles [html2canvas](http://html2canvas.hertzen.com/))