diff --git a/docs/install.md b/docs/install.md index 0eefb6c2..9a2569c6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,7 +2,7 @@ hide: - toc --- -Latest release is [0.6.2 on Github](https://github.com/ta-lib/ta-lib/releases/latest) +Latest release is [0.6.3 on Github](https://github.com/ta-lib/ta-lib/releases/latest) - [Windows](#windows) - [Executable Installer (recommended)](#executable-installer-recommended) @@ -23,7 +23,7 @@ Only x86 64-bits binaries are distributed. Other windows platforms need to build ### Executable Installer (recommended) -1. **Download** latest [ta-lib-0.6.2-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-windows-x86_64.msi) +1. **Download** latest [ta-lib-0.6.3-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-windows-x86_64.msi) 2. **Run the Installer**: - Double-click the downloaded `.msi` file. @@ -40,7 +40,7 @@ Only x86 64-bits binaries are distributed. Other windows platforms need to build ### Windows Binaries This is a package with all the static/shared binaries and headers needed to bundle TA-Lib with your own application (eliminates having the user install TA-Lib separately). -Latest is [ta-lib-0.6.2-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-windows-x86_64.zip) +Latest is [ta-lib-0.6.3-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-windows-x86_64.zip) ### Windows Build from Source @@ -60,12 +60,12 @@ See the [homebrew formula](https://formulae.brew.sh/formula/ta-lib) for the late Ensure you have the required dependencies: `brew install automake && brew install libtool` -1. **Download** latest [ta-lib-0.6.2-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch) +1. **Download** latest [ta-lib-0.6.3-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch) 2. **Extract the Tarball** if you downloaded the source manually: ```bash - tar -xzf ta-lib-0.6.2-src.tar.gz - cd ta-lib-0.6.2 + tar -xzf ta-lib-0.6.3-src.tar.gz + cd ta-lib-0.6.3 ``` 3. **Build and Install**: @@ -95,18 +95,18 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...) | Platform | Download | |------------------------|--| - | Intel/AMD 64-bits | [ta-lib_0.6.2_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_amd64.deb) | - | ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.2_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_arm64.deb) | - | Intel/AMD 32-bits| [ta-lib_0.6.2_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib_0.6.2_i386.deb) | + | Intel/AMD 64-bits | [ta-lib_0.6.3_amd64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_amd64.deb) | + | ARM64 (e.g. Raspberry Pi)| [ta-lib_0.6.3_arm64.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_arm64.deb) | + | Intel/AMD 32-bits| [ta-lib_0.6.3_i386.deb](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib_0.6.3_i386.deb) | 2. **Install or Update**: ```bash # For Intel/AMD (64 bits) - sudo dpkg -i ta-lib_0.6.2_amd64.deb + sudo dpkg -i ta-lib_0.6.3_amd64.deb # or - sudo dpkg -i ta-lib_0.6.2_arm64.deb + sudo dpkg -i ta-lib_0.6.3_arm64.deb # or - sudo dpkg -i ta-lib_0.6.2_i386.deb + sudo dpkg -i ta-lib_0.6.3_i386.deb ``` If you choose to uninstall do: ```bash @@ -115,12 +115,12 @@ Recommended for all debian-based distributions (e.g. Ubuntu, Mint...) ### Linux Build from Source -1. **Download** latest [ta-lib-0.6.2-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.2/ta-lib-0.6.2-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch) +1. **Download** latest [ta-lib-0.6.3-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.3/ta-lib-0.6.3-src.tar.gz) (or, alternatively, clone down [https://github.com/ta-lib/ta-lib/](https://github.com/ta-lib/ta-lib/) and checkout the main branch) 2. **Extract the Tarball** if you downloaded the source manually: ```bash - tar -xzf ta-lib-0.6.2-src.tar.gz - cd ta-lib-0.6.2 + tar -xzf ta-lib-0.6.3-src.tar.gz + cd ta-lib-0.6.3 ``` 3. **Build and Install**: