antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

Cannot find the requirements.txt file in git repo #76

Open avamaryp opened 1 year ago

avamaryp commented 1 year ago

trying to follow the manual step to install GazeTracking. as per the documentation in the README file ---- git clone and pip install

I get an error "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'"

when i go and check the git repo the requirements.txt file is there so I don't understand why I am getting this error if I have cloned the repository already.

these are the commands i ran in terminal

git clone https://github.com/antoinelame/GazeTracking.git pip3 install -r requirements.txt