Index: README.md =================================================================== diff -u -re13100c52672848bf5adf82f364f2be97ee5c78d -r68137f3ef7ad8dac0e1209b50272ba613543e2d9 --- README.md (.../README.md) (revision e13100c52672848bf5adf82f364f2be97ee5c78d) +++ README.md (.../README.md) (revision 68137f3ef7ad8dac0e1209b50272ba613543e2d9) @@ -2,7 +2,7 @@ ### Linux Setup -After cloning the repository, run the following commands: +After cloning this repository: ``` $ ./setup_environment.sh @@ -12,18 +12,19 @@ ### Windows Setup -After cloning the repository and installing Python3, open a cmd prompt in the Dial-In directory: +If the windows environment has been previously set up, using command prompt: ``` +C:\path\to\dialin> activate_environment_windows.bat +(venv) C:\path\to\dialin> py -3 YourDialinScript.py +``` + +For a brand new setup, after cloning this repository, using command prompt: + +``` C:\path\to\dialin> setup_environment_windows.bat ... (venv) C:\path\to\dialin> py -3 YourDialinScript.py ``` -If the environment has been previously set up -``` -> activate_environment_windows.bat -(venv) > py -3 YourDialinScript.py -``` -