8000 Add tensorflow dependency for host without GPU · github16cp/ASCAD@dc79ff6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc79ff6

Browse files
authored
Add tensorflow dependency for host without GPU
1 parent 004e2d4 commit dc79ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Now you should be able to use the provided python scripts.
5454
If you have the `pip` Python package manager installed, getting
5555
the scripts dependencies is as simple as:
5656
<pre>
57-
$ pip install keras numpy h5py matplotlib
57+
$ pip install keras numpy h5py matplotlib tensorflow
5858
for Python 2, or:
59-
$ pip3 install keras numpy h5py matplotlib
59+
$ pip3 install keras numpy h5py matplotlib tensorflow
6060
for Python 3.
6161
</pre>
6262

0 commit comments

Comments
 (0)
0