From 5ba46cc2daf574ecdd0264fc0846d9d4d65be682 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 22 Nov 2017 13:35:32 -0200 Subject: [PATCH] Revert "Update docs to point to npm packages" --- README.md | 11 +++-------- native_client/README.md | 4 +--- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a759c362..65be5906 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,11 @@ See the help output with `./deepspeech -h` and the [native client README](native ### Using the Node.JS package -You can download the Node.JS bindings using `npm`: +You can download the Node.JS bindings using `util/taskcluster.py` and install them with `npm`: ```bash -npm install deepspeech -``` - -Alternatively, if you're using Linux and have a supported NVIDIA GPU (See the release notes to find which GPU's are supported.), you can install the GPU specific package as follows: - -```bash -npm install deepspeech-gpu +python util/taskcluster.py --target . --artifact deepspeech-0.0.2.tgz +npm install deepspeech-0.0.2.tgz ``` See [client.js](native_client/client.js) for an example of how to use the bindings. diff --git a/native_client/README.md b/native_client/README.md index 6ed2db82..42408072 100644 --- a/native_client/README.md +++ b/native_client/README.md @@ -28,9 +28,7 @@ Check the [main README](../README.md) for more details about setup and virtual e ### Node.JS bindings -For Node.JS bindings, use `npm install deepspeech` to install it. Please note that as of now, we only support Node.JS versions 4, 5 and 6. Once [SWIG has support](https://github.com/swig/swig/pull/968) we can build for newer versions. - -Check the [main README](../README.md) for more details. +For Node.JS bindings, use `python util/taskcluster.py --target . --artifact deepspeech-0.0.2.tgz` to download the package and `npm install deepspeech-0.0.2.tgz` to install it. Please note that as of now, we only support Node.JS versions 4, 4 and 6. Once [SWIG has support](https://github.com/swig/swig/pull/968) we can build for newer versions. ## Build Requirements