# Dial-In ### Linux Setup After cloning this repository: ``` $ ./setup_environment.sh $ source venv/bin/activate (venv) $ python3 YourDialinScript.py ``` ### Windows Setup 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 ```