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
44macOS. While the instructions might work for other systems, it is only tested
55and 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
3737environment, 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable.
2020Install 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
You can’t perform that action at this time.
0 commit comments