Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2013-07-10 18:11:19 +0400
committerClement Farabet <clement.farabet@gmail.com>2013-07-10 18:11:19 +0400
commit220488006d1ca22ff2288ba8922b74d3d2f3b567 (patch)
treed3ba215686de4fed6cd744badc00232284eb7e54 /README.md
parent38a30842a5845848741de17efbb9fd9df8ac5428 (diff)
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1a0765a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+## Dependencies:
+Torch7 (www.torch.ch)
+
+## Install:
+```
+$ torch-rocks install image
+```
+
+## Use:
+```
+$ torch
+> require 'image'
+> l = image.lena()
+> image.display(l)
+```