Skip to content

Commit

Permalink
Update BUILDING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wasertech authored Aug 17, 2022
1 parent c438286 commit 567178a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/BUILDING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is strongly recommended that you always use our pre-built 🐸STT binaries (a

If you would still like to build the 🐸STT binaries yourself, you'll need the following pre-requisites downloaded and installed:

* `Bazel 5.0.0 <https://bazel.build/install/bazelisk>`_
* `Bazel 5.0.0 <https://bazel.build/install/bazelisk>`_ (or `Bazelisk <https://github.com/bazelbuild/bazelisk>`__)
* `General TensorFlow r2.3 requirements <https://www.tensorflow.org/install/source#tested_build_configurations>`_
* `libsox <https://sourceforge.net/projects/sox/>`_

Expand Down Expand Up @@ -47,7 +47,7 @@ Clone 🐸STT source code (TensorFlow will come as a submdule):
Bazel: Download & Install
^^^^^^^^^^^^^^^^^^^^^^^^^

First, install Bazel 5.0.0 following the `Bazel installation docdumentation <https://docs.bazel.build/versions/5.0.0/install.html>`_.
First, install Bazel 5.0.0 following the `Bazel installation docdumentation <https://docs.bazel.build/versions/5.0.0/install.html>`_ or alternatively using `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`.

TensorFlow: Configure with Bazel
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 567178a

Please sign in to comment.