From f73336a12737bbdd95dcd90a8f21c04b20a22e0d Mon Sep 17 00:00:00 2001 From: Johnathan Nader Date: Sat, 9 Sep 2023 13:50:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8320db9..118a712 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ BackgroundRemover is a command line tool to remove background from [image](https * torch and torchvision stable version (https://pytorch.org) * ffmpeg 4.4+ +* To clarify, you must install both python and whatever dev version of python you installed. IE; python3.10-dev with python3.10 or python3.8-dev with python3.8 + #### How to install torch and fmpeg Go to https://pytorch.org and scroll down to `INSTALL PYTORCH` section and follow the instructions.