updated readme

This commit is contained in:
Manuel Cortez 2014-12-29 14:27:34 -06:00
parent 813ad2fc1e
commit b106b3a0f2

View File

@ -24,7 +24,7 @@ This document describes how to run tw blue from source, and, after that, how to
### Required dependencies. ### 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: 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 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. 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 * future
* pygeocoder * pygeocoder
* suds * suds
* arrow
* markdown * markdown
easy_install will automatically get the additional libraries that these packages need to work properly. easy_install will automatically get the additional libraries that these packages need to work properly.