Skip to content

Commit bfe577b

Browse files
Merge pull request #2032 from PatriceVignola:add-packaging-dependency
PiperOrigin-RevId: 430334832
2 parents 99551a1 + 7e39c50 commit bfe577b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/en/install/source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Build a TensorFlow *pip* package from source and install it on Ubuntu Linux and
44
macOS. While the instructions might work for other systems, it is only tested
55
and supported for Ubuntu and macOS.
66

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.
99

1010
## Setup for Linux and macOS
1111

@@ -37,7 +37,7 @@ Install the TensorFlow *pip* package dependencies (if using a virtual
3737
environment, omit the `--user` argument):
3838

3939
<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>
4141
<code class="devsite-terminal">pip install -U --user keras_preprocessing --no-deps</code>
4242
</pre>
4343

site/en/install/source_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable.
2020
Install the TensorFlow *pip* package dependencies:
2121

2222
<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>
2424
<code class="devsite-terminal tfo-terminal-windows">pip3 install -U keras_preprocessing --no-deps</code>
2525
</pre>
2626

0 commit comments

Comments
 (0)