Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 2fa005e

Browse files
authored
Update installwithargs.bat
Signed-off-by: finnaminope <[email protected]>
1 parent 4440cad commit 2fa005e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installwithargs.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r client_requirements.txt
2-
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r server_requirements.txt
1+
python -m pip install --global http.sslVerify false -r client_requirements.txt
2+
python -m pip install --global http.sslVerify falseg -r server_requirements.txt

0 commit comments

Comments
 (0)