|
1 | 1 | To get started developing on talib, clone the latest code from git and |
2 | 2 | install: |
3 | 3 |
|
4 | | -$ git clone git://github.com/mrjbq7/ta-lib.git |
5 | | -$ cd ta-lib |
| 4 | +``` |
| 5 | +$ git clone git://github.com/ta-lib/ta-lib-python.git |
| 6 | +$ cd ta-lib-python |
6 | 7 | # you can run "git pull" here (no quotes) to update the sources in the future |
7 | 8 | $ make build |
8 | 9 | $ [sudo] make install |
| 10 | +``` |
9 | 11 |
|
10 | 12 | Here's the full list of make commands (see the Makefile file): |
11 | 13 |
|
@@ -43,21 +45,4 @@ tools/generate_func.py,generate_stream.py |
43 | 45 | about all functions from the C headers of the installed TA-Lib. |
44 | 46 |
|
45 | 47 | If you are interested in developing new indicator functions or whatnot on |
46 | | -the underlying TA-Lib, you must install TA-Lib from svn. Here's how (Linux |
47 | | -tested): |
48 | | - |
49 | | -``` |
50 | | -$ cd ~/dev |
51 | | -$ svn checkout svn://svn.code.sf.net/p/ta-lib/code/trunk@1545 ta-lib-code |
52 | | -# later revisions break building ta_regtest (but claim to add support for VS2012) |
53 | | -$ cd ta-lib-code/ta-lib/c/make/gen_make |
54 | | -$ perl ./gen_make.pl |
55 | | -$ # cd ta-lib-code/ta-lib/c/make/cmr && make --> compile the code (no install) |
56 | | -$ cd ~/dev/ta-lib-code/tools |
57 | | -# Depending upon your platform you may need to make minor changes to this script: |
58 | | -$ perl ./release_unix.pl -version 0.4.X -source ../ta-lib/c |
59 | | -$ cd ~/ta-lib-0.4.X-work/dist |
60 | | -# the installable source package will be here, and if you wanted, the deb/rpm |
61 | | -# packages then see http://ta-lib.org/d_misc/how-to_function.html and the |
62 | | -# README/comments in the src |
63 | | -``` |
| 48 | +the underlying TA-Lib, you must install TA-Lib from git. |
0 commit comments