Skip to content

Commit

Permalink
Update download.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LOUDO56 authored May 25, 2024
1 parent 3ba2511 commit 65e9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div><code class="pip-command">pip3 install -r requirements.txt</code></div>
<p class="more-info">➡️ If you are on Linux, you might need to install Tkinter manually, commands to install are <a href="https://www.geeksforgeeks.org/how-to-install-tkinter-on-linux/" target="_blank">here</a></p>
<p class="more-info">➡️ You need to remove the <b>win10toast</b> from <code>requirements.txt</code> or else you won't be able to install the depedencies</p>
<p class="more-info">➡️ Mac Users, you must add python app to accessibility settings in system preferences to allow input monitoring.</p>
<p class="more-info">➡️ Mac Users, you must add terminal to accessibility and input monitoring settings in system preferences to allow mouse and keyboard inputs.</p>
<p class="more-info">➡️ (Optional) If you want these package to be on virtual environment (depedencies of the software only in the folder) follow these step <a href="https://stackoverflow.com/a/41799834" target="_blank" class="linked">here</a>.</p>
<p>6. Finally, type <code>cd src</code> and type the command: <code>python3 main.py</code></p>
<p class="ready">And boom! The software is now ready to use.</p>
Expand Down

0 comments on commit 65e9d32

Please sign in to comment.