From 4e213ac2dd4eb79ede49eaf15eb1d7170c2aa8b0 Mon Sep 17 00:00:00 2001 From: Danny Bickson Date: Thu, 16 Jan 2025 11:35:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b279a..ca29c0c 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,9 @@ `pip` install fastdup from [PyPI](https://pypi.org/project/fastdup/): ```bash -pip install fastdup +pip3 install fastdup ``` +Note: should use Python3.9 - Python3.12 More installation options are available [here](https://visual-layer.readme.io/docs/installation).