diff --git a/Readme.md b/Readme.md index df8cb17..7c31bcf 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,10 @@ A thin [node.js](http://nodejs.org) wrapper around [TA-LIB](http://ta-lib.org/), a technical analysis library with 100+ [indicators](http://ta-lib.org/function.html) such as ADX, MACD, RSI, Stochastic, Bollinger Bands, TRIX and candlestick pattern recognition. -## Windows Only +## Prerequisites + +* Node.js - [Install Node.js](http://nodejs.org/) +* Windows Build Tools (Windows Only) - [windows-build-tools](https://www.npmjs.com/package/windows-build-tools) If you are using __Windows__, you will need to install [windows-build-tools](https://www.npmjs.com/package/windows-build-tools), which downloads and installs Visual C++ Build Tools 2015 and Python 2.7, configuring your machine and npm appropriately. diff --git a/package.json b/package.json index 33182cc..52887e1 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,12 @@ "contributors": [ "Alfred Omega", "Vedran Opacic", - "Kelvin Foo" + "Kelvin Foo", + "Chris McGee" ], "name": "talib", "description": "Technical Analysis Library", - "version": "1.0.3", + "version": "1.0.4", "homepage": "https://github.com/oransel/node-talib", "repository": { "type": "git",