From 6b87ac22b8d9dea8cc28b9ce84909e6c311e6268 Mon Sep 17 00:00:00 2001 From: Vinay Kumar <12234745+imflash217@users.noreply.github.com> Date: Tue, 15 Mar 2022 22:24:04 -0400 Subject: [PATCH] Update get_started.md (#7398) --- docs/en/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get_started.md b/docs/en/get_started.md index 91a8ce621..1bd652439 100644 --- a/docs/en/get_started.md +++ b/docs/en/get_started.md @@ -160,7 +160,7 @@ d. If you would like to use `albumentations`, we suggest using `pip install -r r `pip install -U albumentations --no-binary qudida,albumentations`. If you simply use `pip install albumentations>=0.3.2`, it will install `opencv-python-headless` simultaneously (even though you have already installed `opencv-python`). We recommended checking the environment after installing `albumentation` to -ensure that `opencv-python` and `opencv-python-headless` are not installed at the same time, because it might cause unexpected issues if they both installed. Please refer +ensure that `opencv-python` and `opencv-python-headless` are not installed at the same time, because it might cause unexpected issues if they both are installed. Please refer to [official documentation](https://albumentations.ai/docs/getting_started/installation/#note-on-opencv-dependencies) for more details. ### Install without GPU support