aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2016-12-08 14:42:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-08 15:03:15 -0800
commit34947dd1da158dce11d822dedbc3e5c0ec0c8eb9 (patch)
tree9e7774b6b5555a8d8701f2bee5e02ed60cc0b23f
parent8daaae4c89a7da16caec240db582fea6d4d4b512 (diff)
Add python-mock/python3-mock as a recommended dependency when building from source.
python-mock is necessary to run Tensorflow tests. Change: 141486239
-rw-r--r--tensorflow/g3doc/get_started/os_setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md
index b87b5d62bf..953ac4e70b 100644
--- a/tensorflow/g3doc/get_started/os_setup.md
+++ b/tensorflow/g3doc/get_started/os_setup.md
@@ -568,9 +568,9 @@ binary path.
```bash
# For Python 2.7:
-$ sudo apt-get install python-numpy python-dev python-wheel
+$ sudo apt-get install python-numpy python-dev python-wheel python-mock
# For Python 3.x:
-$ sudo apt-get install python3-numpy python3-dev python3-wheel
+$ sudo apt-get install python3-numpy python3-dev python3-wheel python3-mock
```
#### Optional: Install CUDA (GPUs on Linux)