Visual Studio Code – i am trying to install certain python libraries related from a file requirements.txt in vs code but its showing error
this is the error being shown pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' i trying to change the location of requiremnts.txt to the same location as that of vs…