8000 Merge pull request #1 from junwei-wang/patch-1 · github16cp/ASCAD@899e008 · GitHub
[go: up one dir, main page]

Skip to content

Commit 899e008

Browse files
authored
Merge pull request ANSSI-FR#1 from junwei-wang/patch-1
Add tensorflow dependency for host without GPU
2 parents 004e2d4 + dc79ff6 commit 899e008

File tree

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