Skip to content

Commit

Permalink
adding a note about windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 6, 2013
1 parent 2ebc3a7 commit 22318e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ $ python setup.py install

Note: this requires that you have already installed the ``TA-Lib`` library
on your computer (you can [download it](http://ta-lib.org/hdr_dw.html) or
use your computers package manager to install it, e.g.,
``brew install ta-lib`` on Mac OS X).
use your computer's package manager to install it, e.g.,
``brew install ta-lib`` on Mac OS X). On Windows, you can download the
[ta-lib-0.4.0-msvc.zip](http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip)
and unzip to ``C:\ta-lib``.

## Troubleshooting

Expand All @@ -53,6 +55,7 @@ make[3]: *** [gen_code-gen_code.o] Error 1/bin/bash ../../../libtool --tag=CC --
```
Simply rerunning ``make`` and then ``sudo make install`` seems to always do the trick.


## Function API Examples

Similar to TA-Lib, the function interface provides a lightweight wrapper of
Expand Down

0 comments on commit 22318e7

Please sign in to comment.