summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2016-12-25 00:25:02 -0500
committerGitHub <noreply@github.com>2016-12-25 00:25:02 -0500
commitf776feab7460cb4876aa963065cc663b325d0118 (patch)
treeadf5199e610e8718c0272c9a08e739cc686170d7
parent6b4bf92769d04a6f24d0e10a19ad9605941b9b96 (diff)
Edited readme
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53cca80..29e5ca8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# hypershapes
-Create multi-dimensional shapes (projected onto the plane)
+**There are just spheres now, but more objects are coming soon.**
+Create multi-dimensional shapes (projected onto the plane).
+It uses linear algebra to calculate how to project objects.
+
+Requires:
+Numpy
+Python 2
+Tkinter (this should come with Python)
+Gtk
+
+You can install the dependencies using pip:
+```
+pip install PyGTK numpy
+```