Skip to content

Commit

Permalink
README: Add note on certificate installation for mac users
Browse files Browse the repository at this point in the history
  • Loading branch information
user234683 committed Aug 3, 2021
1 parent b47f368 commit 5a2e737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ pip3 install -r requirements.txt

To run the program on windows, open `run.bat`. On Linux/MacOS, run `python3 server.py`.

**Note for Mac users**: If you installed Python from the installer on python.org, you will need to have run the file `Install Certificates.command` in the directory `Applications/Python 3.x` where `x` is the minor version of python. Otherwise, you will get the error `certificate verify failed: unable to get local issuer certificate`. There is a similar file in that directory you can run to get the `python3` command installed for the terminal.

To run it at startup on Windows, right click `run.bat` and click "Create Shortcut." Then, move the shortcut to the Startup folder. You can access the Startup folder by pressing `Windows Key + R` and typing `shell:startup`.


Expand Down

0 comments on commit 5a2e737

Please sign in to comment.