← back to Exo
Implement suggestiond
154e0f58e4e84862796a46fd440a694798ccc985 · 2024-12-21 19:40:53 -0800 · Piyush Acharya
Files touched
Diff
commit 154e0f58e4e84862796a46fd440a694798ccc985
Author: Piyush Acharya <acharyapiyush1@outlook.com>
Date: Sat Dec 21 19:40:53 2024 -0800
Implement suggestiond
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c9688003..5e9e9c09 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,7 @@ python3 format.py ./exo
## Known Issues
-- On some versions of macOS/Python, certificates are not installed properly which can lead to SSL errors (e.g., with huggingface.co). To fix this, run the Install Certificates command, usually:
+- On certain versions of Python on macOS, certificates may not installed correctly, potentially causing SSL errors (e.g., when accessing huggingface.co). To resolve this, run the `Install Certificates` command, typicall as follows:
```sh
/Applications/Python 3.x/Install Certificates.command
← 6c82365e Improved clarity, fixed typos, added macOS/Linux examples, a
·
back to Exo
·
- Use `#!/usr/bin/env bash` instead of `#!/bin/bash` for bet cde912de →