# Dial-In ### Linux Setup After cloning the repository, run the following commands: ``` $ ./setup_environment.sh $ source venv/bin/activate (venv) $ python3 YourDialinScript.py ``` ### Windows Setup After cloning the repository and installing Python3, open a cmd prompt in the Dial-In directory: ``` 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 ```