Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3737066

Browse filesBrowse files
📝 feat: leave note about dependency management
1 parent 39690af commit 3737066
Copy full SHA for 3737066

File tree

1 file changed

+10
-4
lines changed
Filter options

1 file changed

+10
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+10-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.