pip install -r /path/to/requirements.txt
this command instals all libs in project from requirements.txt
0 Comments