summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2016-12-25 00:27:16 -0500
committerGitHub <noreply@github.com>2016-12-25 00:27:16 -0500
commitbd5d36ff42c32215a7b01e86a7567c7042efee5d (patch)
tree7c172c6995a76db1a5668adc3d84f1520c7acb93
parent9f902d763ad0b8ea386bb6a59cac81e8fb81167d (diff)
Edited readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29e5ca8..e30cb38 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
Create multi-dimensional shapes (projected onto the plane).
It uses linear algebra to calculate how to project objects.
+To add another dimension, just add another column in the matrix. There should only be two rows.
+
Requires:
Numpy
Python 2