iperov / DeepFaceLive

Real-time face swap for PC streaming or video calls
GNU General Public License v3.0
26.31k stars 4.49k forks source link

updated pip commands in Dockerfile #166

Closed thebigbone closed 1 year ago

thebigbone commented 1 year ago

python3 -m pip is deprecated command. Instead, use pip3 install && upgrade whatever

thebigbone commented 1 year ago

For simplicity, you should create a requirements.txt file

iperov commented 1 year ago

nope

thebigbone commented 1 year ago

What does that mean? Are you not aware of this depreciated command or what. Literally every single python project has a requirements file and it's there for a reason