diff --git a/README.md b/README.md index 8fe9f61bf..d8eb4cada 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Check latest cudnn and cudatoolkit version for your GPU device. git clone --depth 1 https://github.com/nagadit/DeepFaceLab_Linux.git cd DeepFaceLab_Linux git clone --depth 1 https://github.com/iperov/DeepFaceLab.git - python -m pip install -r ./DeepFaceLab/requirements-cuda.txt + python -m pip install --default-timeout=100 -r ./DeepFaceLab/requirements-cuda.txt ``` ## 4. Download Pretrain (optional) @@ -39,4 +39,4 @@ Run all scripts with BASH shell ```bash bash 1_clear_workspace.sh ``` -etc \ No newline at end of file +etc