From 182bd3883b3bb0b423f1089d357961287ed77b85 Mon Sep 17 00:00:00 2001 From: ShubhamMishra1611 <98794040+ShubhamMishra1611@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:08:20 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b43962..9a39d04 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ subprocess.call([python_exe, "-m", "pip", "install", "mediapipe"]) subprocess.call([python_exe, "-m", "pip", "install", "opencv-python"]) subprocess.call([python_exe, "-m", "pip", "install", "scikit-learn"]) ``` -You can copy the same code from [here]() +You can copy the same code from [here](install_requirements.py) After installing the packages you need to add some files manually. -1. Add hand_track.py file from [here]() to the site-packages folder. -2. Add the DTC.pkl file from [here]() to the addon folder. +1. Add hand_track.py file from [here](hand_track.py) to the site-packages folder. +2. Add the DTC.pkl file from [here](DTC.pkl) to the addon folder. Though you can place the DTC.pkl file anywhere but you need to change the path in the gesture.py and make the add-on again. -After this you can download the addon from [here]() and install it in blender using the following steps: +After this you can download the addon from [here](gesture.zip) and install it in blender using the following steps: 1. Open blender 2. Go to Edit -> Preferences -> Add-ons 3. Click on Install button and select the gesture.zip file you downloaded.