@@ -129,20 +129,20 @@ $ brew install ta-lib
129129Download [ ta-lib-0.4.0-msvc.zip] ( http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip )
130130and unzip to `` C:\ta-lib ``
131131
132- Note: This is a 32-bit release. If you want to use 64-bit Python, you will
133- need to build a 64-bit version of the library.
134-
135- Some unofficial (** and unsupported** ) instructions for building on 64-bit Windows
136- 10, here for reference:
137-
138- 1 . Download and Unzip `` ta-lib-0.4.0-msvc.zip ``
139- 2 . Move the Unzipped Folder `` ta-lib `` to `` C:\ ``
140- 3 . Download and Install Visual Studio Community 2015
141- * Remember to Select `` [Visual C++] `` Feature
142- 4 . Build TA-Lib Library
143- * From Windows Start Menu, Start `` [VS2015 x64 Native Tools Command Prompt] ``
144- * Move to `` C:\ta-lib\c\make\cdr\win32\msvc ``
145- * Build the Library `` nmake ``
132+ > This is a 32-bit release. If you want to use 64-bit Python, you will need to
133+ > build a 64-bit version of the library.
134+
135+ > Some unofficial (** and unsupported** ) instructions for building on 64-bit
136+ > Windows 10, here for reference:
137+
138+ > 1 . Download and Unzip `` ta-lib-0.4.0-msvc.zip ``
139+ > 2 . Move the Unzipped Folder `` ta-lib `` to `` C:\ ``
140+ > 3 . Download and Install Visual Studio Community 2015
141+ > * Remember to Select `` [Visual C++] `` Feature
142+ > 4 . Build TA-Lib Library
143+ > * From Windows Start Menu, Start `` [VS2015 x64 Native Tools Command Prompt] ``
144+ > * Move to `` C:\ta-lib\c\make\cdr\win32\msvc ``
145+ > * Build the Library `` nmake ``
146146
147147You might also try these unofficial windows binaries for both 32-bit and
14814864-bit:
0 commit comments