From 7cfef2d1bca6a2dd3ef5cf3130722dcdb071db16 Mon Sep 17 00:00:00 2001 From: Samuel Yvon Date: Thu, 18 May 2023 13:15:02 -0400 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 343d0438f..3e453438a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ within a poetry project, you must specify which variant through the `extras` fie | Base torch install | --with torch | | CPU-Only torch | --with torch_cpu | +The default version, available on pypi, is built with + +```shell +poetry build --with torch --with cv2_headless +``` + ## Installation