CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.05k stars 8.71k forks source link

Very new to coding, have an error with the requirements.txt install part. #1108

Open galeohn opened 2 years ago

galeohn commented 2 years ago

Hi there, I've got pip, Python, Anaconda installed and followed every other step up until running the pip install requirements.txt line of code which then returns an error that there is no such file/directory. But, I have the main code downloaded and have extracted the files into a new folder and am staring right at the necessary files. How do I get the command prompt/code to recognize where it is so I can finish the install and open up the toolbox? Thanks!

raccoonML commented 2 years ago

You need to change directory in the command prompt to the location of the files. Get the actual path from windows explorer. Then you can run pip install -r requirements.txt.

cd C:\path\to\RTVC\files