Selaa lähdekoodia

Add SSL instructions

Arkadiusz Ryś 2 vuotta sitten
vanhempi
commit
3b2144ccec
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      README.rst

+ 5 - 1
README.rst

@@ -37,6 +37,10 @@ Installation
 ------------
 
 If you are on Windows, you can download the binary at URL and run it by double-clicking it.
+Note: You may need to install Python SSL certificates in case you encounter connection issues.
+You can do this by running `pip install certifi`.
+macOS users may need to install certificates directly from their Python installation directory.
+Search for `Install Certificates.command`.
 
 We also provide the option to install the package from a repository. If this is your preferred method, please follow along.
 
@@ -57,7 +61,7 @@ We also provide the option to install the package from a repository. If this is
 
 To run the application, you can use :bash:`python3 -m graph-exploring-tool`.
 
-For WSL check out: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps
+For WSL check out: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps.
 
 Usage
 -----