Skip to content

Instantly share code, notes, and snippets.

@strezh
Created March 27, 2017 13:23
Show Gist options
  • Select an option

  • Save strezh/aa828de4018a78c12a6a47a8ac08c119 to your computer and use it in GitHub Desktop.

Select an option

Save strezh/aa828de4018a78c12a6a47a8ac08c119 to your computer and use it in GitHub Desktop.

Revisions

  1. strezh revised this gist Mar 27, 2017. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions install.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,11 @@
    * build and install library:

    ./autogen.sh

    ./configure

    make

    sudo make install

    * install python wrapper:
  2. strezh revised this gist Mar 27, 2017. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions install.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,12 @@
    * download library https://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download
    * unpack library
    * build and install library:

    ./autogen.sh
    ./configure
    make
    sudo make install

    * install python wrapper:

    sudo pip install TA-Lib
  3. strezh created this gist Mar 27, 2017.
    9 changes: 9 additions & 0 deletions install.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    * download library https://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download
    * unpack library
    * build and install library:
    ./autogen.sh
    ./configure
    make
    sudo make install
    * install python wrapper:
    sudo pip install TA-Lib