From 1ea486a35e9ee57f261bf93301a0d9aefed0b909 Mon Sep 17 00:00:00 2001 From: Nayan Ambali Date: Tue, 10 May 2016 14:24:34 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ce3a45dff..f37182bff 100644 --- a/README.md +++ b/README.md @@ -139,3 +139,8 @@ To Dos 2. Better workbook populator unit tests which will use FormulaEvaluator to evaluate if the data validation formulas and in-cell formulas embedded as Strings are not broken due to shifting of columns. 3. Minor improvements to group related features once the release is stable (like sync repayments with meetings). +Dev Setup +========= +1. Eclipsify using command gradle clean cleanEclipse eclipse +2. Import into project into workspace +When opened, in the package explorer of the java perspective, right-click import->General->Existing projects into workspace. In the dialog that opens, specify the root directory option by browsing to and selecting the DataImportTool directory.