소스 검색

Add SSL instructions

Arkadiusz Ryś 2 년 전
부모
커밋
3b2144ccec
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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
 -----