From 763a3a3cc8cbc720711b959bf05dbcc7b842f3e7 Mon Sep 17 00:00:00 2001 From: xurenwen <32008413+xurenwen@users.noreply.github.com> Date: Wed, 5 Sep 2018 16:39:00 +0800 Subject: [PATCH] Update README.md Changes on markdown --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e948104..b81160f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ https://www.cs.ubc.ca/~van/papers/2016-TOG-deepRL/index.html This section covers some of the steps to setup and compile the code. The software depends on many libraries that need to be carefully prepared and placed for the building and linking to work properly. -## Linux +# Installation + +## Linux ### Dependencies @@ -62,7 +64,7 @@ This section covers some of the steps to setup and compile the code. The softwar Note: There are some issues with the installation on Ubuntu 16.04. Some of the libraries have changed their location and name (see https://github.com/BVLC/caffe/issues/2347 for a solution). -### Windows +## Windows This setup has been tested on Windows 7 and 10 with visual studio 2013.