Skip to content

Commit 9eb2c13

Browse files
committed
DEVELOPMENT
1 parent 8002a3d commit 9eb2c13

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

DEVELOPMENT

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
To get started developing on talib, clone the latest code from git and
22
install:
33

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
67
# you can run "git pull" here (no quotes) to update the sources in the future
78
$ make build
89
$ [sudo] make install
10+
```
911

1012
Here's the full list of make commands (see the Makefile file):
1113

@@ -43,21 +45,4 @@ tools/generate_func.py,generate_stream.py
4345
about all functions from the C headers of the installed TA-Lib.
4446

4547
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

Comments
 (0)