Skip to content

Commit

Permalink
Added guide to setup venv
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDue committed Oct 10, 2023
1 parent 0d8d8c6 commit 6380211
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ This repository contains the following contents.
* Learning data for hand sign recognition and notebook for learning
* Learning data for finger gesture recognition and notebook for learning

# Setup Venv for pycharm project
* Open terminal
* Type in "python -m venv <name_of_your_venv>"
* Open project in pycharm
* Go to File -> Settings -> Project -> Python Interpreter
* Click on the gear icon and select "Add"
* Select "Existing environment"
* Select the python.exe from your venv folder
* Click "Ok"

# Requirements
* mediapipe 0.8.1
* OpenCV 3.4.2 or Later
Expand Down

0 comments on commit 6380211

Please sign in to comment.