38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 11: | Line 11: | ||
== Installing Lua packages == | == Installing Lua packages == | ||
Torch comes with the Lua package manager, named [https://luarocks.org/ luarocks]. | Torch comes with the Lua package manager, named [https://luarocks.org/ luarocks]. Run | ||
luarocks list | |||
to see a list of installed packages. | |||
If you need some package which does not appear on the list, use the following to install it in your own folder: | |||
{{Command|luarocks install --local --deps-mode{{=}}all <package name>}} | {{Command|luarocks install --local --deps-mode{{=}}all <package name>}} |