From ce8658b719703ac840bc621af78a2afb57d5b54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Mon, 24 Nov 2014 20:18:28 +0100 Subject: [PATCH] added list of dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1272830..013997a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,15 @@ Start a Qt Console: ./blender_ipython.py qtconsole +Dependencies +------------ + * [Python][3] 3 + * [IPython][1] for Python 3 + * [Blender][2] + +[3]: https://www.python.org/ + The MIT License (MIT) ---------------------