(.venv) C:\Program Files\Python38>pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
i cannot install requirements.txt. im using win10, phyton 3.8
C:\Program Files\Python38>python3 -m venv .venv
C:\Program Files\Python38>.venv/bin/activate '.venv' is not recognized as an internal or external command, operable program or batch file.
C:\Program Files\Python38>.venv\Scripts\activate.bat
(.venv) C:\Program Files\Python38>pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' WARNING: You are using pip version 19.2.3, however version 20.0.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.