Skip to content

Commit 54f80d4

Browse files
committed
Remove the redundant detailed macOS installation guide
uv reduced installation to a single cross-platform command and auto-downloads Python when needed, so the separate step-by-step macOS guide no longer added platform-specific value over installation.rst. Its legacy conda section also hardcoded the Intel-only Miniconda installer, which is wrong on Apple Silicon. Delete INSTALLATION.rst and its docs/macos_installation.rst include, drop the sdist include entry, and unlink the page from the README, the installation page tip, and the getting-started toctree.
1 parent 5b9b629 commit 54f80d4

6 files changed

Lines changed: 0 additions & 133 deletions

File tree

INSTALLATION.rst

Lines changed: 0 additions & 122 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ python -m pip install pyphi # current release (1.x)
136136
python -m pip install "git+https://github.com/wmayner/pyphi@main" # 2.0 (IIT 4.0)
137137
```
138138

139-
### Detailed installation guide for macOS
140-
141-
[See here](https://github.com/wmayner/pyphi/blob/main/INSTALLATION.rst).
142-
143139
## Contributing
144140

145141
To help develop PyPhi, fork the project on GitHub, clone your fork, and install

docs/getting-started/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
:maxdepth: 1
55
66
../installation
7-
../macos_installation
87
first-computation
98
```

docs/installation.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ To install the latest development version:
4141
4242
pip install "git+https://github.com/wmayner/pyphi@main#egg=pyphi"
4343
44-
.. tip::
45-
For detailed instructions on how to install PyPhi on macOS, see the
46-
:ref:`macos-installation`.
47-
4844
Legacy: Conda (Deprecated)
4945
==========================
5046

docs/macos_installation.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ fallback_version = "0.0.0"
104104
[tool.hatch.build.targets.sdist]
105105
include = [
106106
"README.md",
107-
"INSTALLATION.rst",
108107
"CACHING.rst",
109108
"LICENSE.md",
110109
"CHANGELOG.md",

0 commit comments

Comments
 (0)