From 0cc58b2236a6ef7cd748ec1513f0def9b6d5c1a1 Mon Sep 17 00:00:00 2001 From: Yiannis Hadjiyianni <51263645+yiannisha@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:52:18 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32e611e..761f00d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ Bottle Detector using classical Computer Vision ```bash pip install git+ssh://git@github.com/Neural-Automation-Solutions/cv-bottle-detection-system.git ``` +WARNING! Make sure to manually add `git+ssh://git@github.com/Neural-Automation-Solutions/cv-bottle-detection-system.git` in your requirements.txt and remove `cv-bottle-detection` otherwise you module won't work when reinstalling.