Skip to content

Commit 9c5999e

Browse files
committed
added caveats to use of installer script
1 parent 7ddf7f0 commit 9c5999e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/installation/INSTALL_INVOKE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ potentially unstable new features, you should consider using the
1212
[source installer](INSTALL_SOURCE.md) or one of the
1313
[manual install](INSTALL_MANUAL.md) methods.
1414

15+
**Important Caveats**
16+
- This script does not support AMD GPUs. For Linux AMD support,
17+
please use the manual or source code installer methods.
18+
19+
- This script has difficulty on some Macintosh machines
20+
that have previously been used for Python development due to
21+
conflicting development tools versions. Mac developers may wish
22+
to try the source code installer or one of the manual methods instead.
23+
1524
!!! todo
1625

1726
Before you begin, make sure that you meet

docs/installation/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ experience and preferences.
1616
work", don't have an interest in tinkering with it, and do not
1717
care about upgrading to unreleased experimental features.
1818

19-
*Note that this script has difficulty on some Macintosh machines
19+
**Important Caveats**
20+
- This script does not support AMD GPUs. For Linux AMD support,
21+
please use the manual or source code installer methods.
22+
- This script has difficulty on some Macintosh machines
2023
that have previously been used for Python development due to
2124
conflicting development tools versions. Mac developers may wish
22-
to try method (2) or one of the manual methods instead.
25+
to try the source code installer or one of the manual methods instead.
2326

2427
2. [Source code installer](INSTALL_SOURCE.md)
2528

0 commit comments

Comments
 (0)