aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Taras Sereda <taras.sereda@ring.com>2018-06-14 13:31:09 -0700
committerGravatar Shanqing Cai <cais@google.com>2018-06-14 16:31:09 -0400
commit26d1441ffdd1254922e9d23f0cee27dfc80353f9 (patch)
treeb9fb7e4bd084b4b4f1b65002ddd59bd1eec00cac
parentc75734ab7f0ba0aef608738e18ce73847d16958a (diff)
Update debugger.md (#20036)
Error: homebrew/dupes was deprecated. This tap is now empty as all its formulae were migrated. instead use: brew reinstall ncurses
-rw-r--r--tensorflow/docs_src/programmers_guide/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/programmers_guide/debugger.md b/tensorflow/docs_src/programmers_guide/debugger.md
index fc845c68f4..49258c7b4a 100644
--- a/tensorflow/docs_src/programmers_guide/debugger.md
+++ b/tensorflow/docs_src/programmers_guide/debugger.md
@@ -17,7 +17,7 @@ how to use the graphical user interface (GUI) of tfdbg, i.e., the
Note: The TensorFlow debugger uses a
[curses](https://en.wikipedia.org/wiki/Curses_\(programming_library\))-based text
user interface. On Mac OS X, the `ncurses` library is required and can be
-installed with `brew install homebrew/dupes/ncurses`. On Windows, curses isn't as
+installed with `brew install ncurses`. On Windows, curses isn't as
well supported, so a [readline](https://en.wikipedia.org/wiki/GNU_Readline)-based
interface can be used with tfdbg by installing `pyreadline` with `pip`. If you
use Anaconda3, you can install it with a command such as