소스 검색

[docs] Update Mac installation section in dependencies (#2260)

* [docs] Add preference for direct download of python for Intel Macs
Harsh Gupta 5 년 전
부모
커밋
d44aff80ce
1개의 변경된 파일과 3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/docs-site/content/administrator/installation/dependencies/_index.md

+ 3 - 3
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -173,11 +173,11 @@ This is a verified step-by-step guide on how to get up and running on a fresh in
    `brew install gmp openssl libffi`
 
 7. Install python, tested with the "macOS 64-bit installer" 3.7.9 direct download from python.org.
-   - For M1 Macs 3.7.9 from python.org is the only one that works and none of the homebrew version work at the time of writing.
+`https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg`
 
-   - For Intel Macs, other 3.x Python versions as well as Homebrew might work.
+   - For M1 Macs, 3.7.9 from python.org is the only one that works and none of the homebrew version work at the time of writing.
 
-   `https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg`
+   - For Intel Macs, other 3.x Python versions as well as Homebrew might work. However, direct download from python.org is preferred and tested.
 
 8. Install mysql client