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