summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md26
1 files changed, 19 insertions, 7 deletions
diff --git a/README.md b/README.md
index 17511ff5..eb922ac0 100644
--- a/README.md
+++ b/README.md
@@ -10,21 +10,33 @@ A collaborative editor for organizing, communicating, and analyzing data in grap
* python-gevent-websocket
* python-socketio
+# Installation
+
+## Ubuntu 14.04
+
+apt-get install python-flask python-socketio ant python-gevent python-six python-pip ruby-sass
+pip install flask-mail
+
+## Generic
+use pip to install all requirements
+
+ $ pip install gevent-socketio
+ $ pip install flask
+ $ pip install flask-mail
+
# Requirements
+## Build system
+ant >= 1.9.0
+
## Server
### Neo4j
-Install [neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries)
+[neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries)
### Python libs
-Install all of:
# [gevent-socketio](https://pypi.python.org/pypi/gevent-socketio/)
# [flask](http://flask.pocoo.org/)
# [flask-mail](https://github.com/mattupstate/flask-mail)
-
-Or install it all via pip:
- $ pip install gevent-socketio
- $ pip install flask
- $ pip install 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: