From 56e211f5ecdf0b16a5ba9e46dab3c39b9e02da9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 18 Jan 2013 23:43:50 +0100 Subject: [PATCH] Updated README for merge of socketio branch. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a091aed..fb49d47 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ installed using `pip`: pip install -r requirements.txt +You should also do this after pulling from the repository, since the dependencies might have changed. + OctoPrint currently only supports Python 2.7. Usage @@ -180,6 +182,9 @@ the printer, but has been reorganized to only include those parts of Cura necess It also uses the following libraries and frameworks for backend and frontend: * Flask: http://flask.pocoo.org/ +* Tornado: http://www.tornadoweb.org/ +* Tornadio2: https://github.com/MrJoes/tornadio2 +* Socket.io: http://socket.io/ * jQuery: http://jquery.com/ * Bootstrap: http://twitter.github.com/bootstrap/ * Knockout.js: http://knockoutjs.com/