File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Build a TensorFlow *pip* package from source and install it on Ubuntu Linux and
4
4
macOS. While the instructions might work for other systems, it is only tested
5
5
and supported for Ubuntu and macOS.
6
6
7
- Note: We already provide well -tested, pre-built
8
- [ TensorFlow packages] ( ./pip.html ) for Linux and macOS systems.
7
+ Note: Well -tested, pre-built
8
+ [ TensorFlow packages] ( ./pip.html ) for Linux and macOS systems are already provided .
9
9
10
10
## Setup for Linux and macOS
11
11
@@ -37,7 +37,7 @@ Install the TensorFlow *pip* package dependencies (if using a virtual
37
37
environment, omit the ` --user ` argument):
38
38
39
39
<pre class =" prettyprint lang-bsh " >
40
- <code class =" devsite-terminal " >pip install -U --user pip numpy wheel</code >
40
+ <code class =" devsite-terminal " >pip install -U --user pip numpy wheel packaging </code >
41
41
<code class =" devsite-terminal " >pip install -U --user keras_preprocessing --no-deps</code >
42
42
</pre >
43
43
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable.
20
20
Install the TensorFlow * pip* package dependencies:
21
21
22
22
<pre class =" devsite-click-to-copy " >
23
- <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel</code >
23
+ <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel packaging </code >
24
24
<code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U keras_preprocessing --no-deps</code >
25
25
</pre >
26
26
You can’t perform that action at this time.
0 commit comments