|
@@ -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
|
|
|
-----
|