Skip to content

Commit c391c07

Browse files
alextptensorflower-gardener
authored andcommitted
Add dependency on autograd.
PiperOrigin-RevId: 164494301
1 parent b260fe4 commit c391c07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/install_sources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ To install TensorFlow, you must install the following packages:
173173
* numpy, which is a numerical processing package that TensorFlow requires.
174174
* wheel, which enables you to manage Python compressed packages
175175
in the wheel (.whl) format.
176+
* autograd, for dynamic differentiation
176177

177178
You may install the python dependencies using pip. If you don't have pip
178179
on your machine, we recommend using homebrew to install Python and pip as
@@ -181,7 +182,7 @@ If you follow these instructions, you will not need to disable SIP.
181182

182183
After installing pip, invoke the following commands:
183184

184-
<pre> $ <b>sudo pip install six numpy wheel</b> </pre>
185+
<pre> $ <b>sudo pip install six numpy wheel autograd</b> </pre>
185186

186187

187188

0 commit comments

Comments
 (0)