Skip to content

Commit

Permalink
fixes #2156
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jun 16, 2024
1 parent d678908 commit 08d295f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> ```
<h2>
Docker
<a href="https://hub.docker.com/r/sherlock/sherlock"><img align="right" alt="Docker Image Version" src="https://img.shields.io/docker/v/sherlock/sherlock?sort=semver&style=for-the-badge&logo=docker&label=Docker&color=darkgreen"></a>
Expand Down

0 comments on commit 08d295f

Please sign in to comment.