You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,20 @@ A collection of useful Python snippets.
5
5
**standard_lib:** Contains those snippets, which do not depend
6
6
on third-party packages.
7
7
8
-
**third-party:** As the name suggests, it contains those snippets
8
+
**third_party:** As the name suggests, it contains those snippets
9
9
depending on third-party packages, even if it's only `requests`
10
10
or `click`.
11
11
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
-
15
12
**ebook:** Contains an ebook including the provided snippets and additional explanations and insights.
16
13
The ebook is available as `.epub`, `.mobi` and `.pdf`.
17
14
Currently `pandoc` doesn't support LaTeX `\ref{...}` handling, which is used in the ebook.
18
15
That said, the `epub` and `mobi` version won't show the correct Listing numbers in the text, whereas the `pdf` version does.
16
+
17
+
18
+
## Installation
19
+
20
+
The code snippets in the [`third_party`](third_party) directory depend on other packages you need to install.
21
+
A `pyproject.toml` and a `poetry.lock` are in the directory, too, as poetry is used for dependency management.
22
+
23
+
> **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.
24
+
> `tensorflow` is no longer part of the repositories `pyproject.toml`.
0 commit comments