From b106b3a0f21de78a5393c51b5c81fd6db2d683bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Mon, 29 Dec 2014 14:27:34 -0600 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b549bd9..f3ecc1c1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This document describes how to run tw blue from source, and, after that, how to ### Required dependencies. Although most dependencies can be found in the windows-dependencies directory, we provide links to their official websites. If you are cloning with git, don't forget to initialize and update the submodules to get the windows-dependencies folder. You can use these two commands to perform this task from git bash: - git submodule init + git submodule init git submodule update All the dependencies provided in this folder are prebuilt. If you want to build them from source, you will need Microsoft visual Studio 2008. @@ -65,6 +65,7 @@ setuptools install a script, called easy_install. You can find it in the python * future * pygeocoder * suds +* arrow * markdown easy_install will automatically get the additional libraries that these packages need to work properly.