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

github.com/torch/xlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-03-02 06:49:37 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-03-02 06:49:37 +0400
commit69a0ed0b150bcd13a24fbd8629bfa5688f0ece34 (patch)
tree934e133e868b0eccb9b1596118ea50ae550d17d3
parent1aa693d532403c19ca0d35bc300baf07e92ba162 (diff)
EADME
-rw-r--r--README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index d284e7d..941ff01 100644
--- a/README.txt
+++ b/README.txt
@@ -1,9 +1,11 @@
+DEPENDENCIES:
+Torch7 (www.torch.ch)
INSTALL:
-$ luarocks --from=http://data.neuflow.org/lua/rocks install xlua
+$ torch-pkg install xlua
USE:
-$ lua -lxlua
+$ torch -lxlua
xLua > a = 5
xLua > b = 'test'
xLua > xlua.who()