diff --git a/README.md b/README.md index 1af3c1f..319dbca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Zoom-Scheduler Automatically opens Zoom Meetings for you so you don't have to. # Requirements: -# Video > 'Turn off my video when joining meeting' -# Optional: Audio > 'Automatically join audio by computer when joining a meeting' -# Optional: Audio > 'Mute my microphone when joining a meeting' \ No newline at end of file +The requirements this program requires before usage +## Zoom Client Side: + Video > 'Turn off my video when joining meeting' +### Optional: + Audio > 'Automatically join audio by computer when joining a meeting' + Audio > 'Mute my microphone when joining a meeting' + +## User Machine Side: + Requires Python 3.10 + Requires Python Schedule & WebBrowser Library (pip install schedule/pip install webbrowser)