Skip to content

Commit 3737066

Browse files
📝 feat: leave note about dependency management
1 parent 39690af commit 3737066

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ A collection of useful Python snippets.
55
**standard_lib:** Contains those snippets, which do not depend
66
on third-party packages.
77

8-
**third-party:** As the name suggests, it contains those snippets
8+
**third_party:** As the name suggests, it contains those snippets
99
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-
1512
**ebook:** Contains an ebook including the provided snippets and additional explanations and insights.
1613
The ebook is available as `.epub`, `.mobi` and `.pdf`.
1714
Currently `pandoc` doesn't support LaTeX `\ref{...}` handling, which is used in the ebook.
1815
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

Comments
 (0)