Skip to content

Commit 7f77b69

Browse files
feat: add note about tensorflow
1 parent 61c8f11 commit 7f77b69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ A collection of useful Python snippets.
66
on third-party packages.
77

88
**third-party:** As the name suggests, it contains those snippets
9-
depending on third-party packages, even though it's only `requests`
9+
depending on third-party packages, even if it's only `requests`
1010
or `click`.
1111

12+
> **Note:** Due to the changed distribution settings of the library `tensorflow`, you need to install it separately on your system in order to run some of the snippets in this repo.
13+
> `tensorflow` is no longer part of the repositories `Pipfile`.
14+
1215
**ebook:** Contains an ebook including the provided snippets and additional explanations and insights.
1316
The ebook is available as `.epub`, `.mobi` and `.pdf`.
1417
Currently `pandoc` doesn't support LaTeX `\ref{...}` handling, which is used in the ebook.

0 commit comments

Comments
 (0)