Skip to content

Commit

Permalink
Updated comment (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-ni authored Jul 16, 2024
1 parent e5b4bd8 commit 80b6f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/New_ATS/CreatePythonVirtualEnv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IF NOT exist %script_dir%\venv (
echo Virtual Environment not found
echo Creating Virtual Environment at \venv
call python -m venv %script_dir%\venv
echo Installing grpcio-tools into Virtual Environment
echo Installing grpc and grpcio-tools into Virtual Environment
call %script_dir%\venv\Scripts\python.exe -m pip install --upgrade pip
call %script_dir%\venv\Scripts\python.exe -m pip install grpcio-tools pytest
echo Successfully Installed Virtual Environment
Expand Down

0 comments on commit 80b6f39

Please sign in to comment.