From 08d295f5bde7f34dfb139fd2ce5bfd9303b08fa0 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 17 Jun 2024 01:38:27 +0200 Subject: [PATCH] fixes #2156 --- docs/INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d00be9158..cfa5dd375 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -57,6 +57,14 @@ If you'd rather not install directly to your system, you can import the module a python3 -m sherlock user123 user789 ``` +> [!Note] +> With the use of Poetry, there is no need for a requirements.txt file. Dependencies are specified within the pyproject file, which is referenced by pip during the build process. +> +> If needed for some workflow, this file can be generated dynamically via the following... +> ```bash +> poetry export --without-hashes -f requirements.txt --output requirements.txt +> ``` +

Docker Docker Image Version