From 1dc820ecd3f3bf1bb51bd9dd20e67a932d1d8dd4 Mon Sep 17 00:00:00 2001 From: Ubaidullah Khan <33365560+ubaidsworld@users.noreply.github.com> Date: Mon, 29 Jan 2018 13:57:19 +0530 Subject: [PATCH] for ubuntu 16.04 Updated the readme file with requirement for Ubuntu 16.04 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a51c314..c8b9e857 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ useful utilities. * [Timer](doc/timer.md) provides functionality for _measuring time_. * [Tester](doc/tester.md) is a generic tester framework. * [CmdLine](doc/cmdline.md) is a command line argument parsing utility. + + # For Ubuntu 16.04 + Install the library `libreadline-dev` * [Random](doc/random.md) defines a random number generator package with various distributions. * Finally useful [utility](doc/utility.md) functions are provided for easy handling of torch tensor types and class inheritance.