Skip to content

Commit bc6943b

Browse files
committed
Remove the deprecated conda installation option from getting started
The conda package receives no updates and uv/pip cover the install paths that used to need it, including on Windows.
1 parent 0937dec commit bc6943b

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

docs/getting-started/index.ipynb

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,6 @@
5858
"pip install \"git+https://github.com/wmayner/pyphi@main#egg=pyphi\" # latest development version\n",
5959
"```\n",
6060
"\n",
61-
"### Legacy: conda (deprecated)\n",
62-
"\n",
63-
"```{warning}\n",
64-
"The conda package is deprecated and may not receive updates. Please use uv or\n",
65-
"pip instead.\n",
66-
"```\n",
67-
"\n",
68-
"Windows users who hit problems with uv or pip on older systems can use the\n",
69-
"[Anaconda Python](https://www.anaconda.com/what-is-anaconda/) distribution and\n",
70-
"[install PyPhi with conda](https://anaconda.org/wmayner/pyphi):\n",
71-
"\n",
72-
"```bash\n",
73-
"conda install -c wmayner pyphi\n",
74-
"```\n",
75-
"\n",
7661
"## Your first computation\n",
7762
"\n",
7863
"Start by importing the package. Turning off the progress bars keeps the output\n",

docs/getting-started/index.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,6 @@ pip install pyphi # latest stab
6565
pip install "git+https://github.com/wmayner/pyphi@main#egg=pyphi" # latest development version
6666
```
6767

68-
### Legacy: conda (deprecated)
69-
70-
```{warning}
71-
The conda package is deprecated and may not receive updates. Please use uv or
72-
pip instead.
73-
```
74-
75-
Windows users who hit problems with uv or pip on older systems can use the
76-
[Anaconda Python](https://www.anaconda.com/what-is-anaconda/) distribution and
77-
[install PyPhi with conda](https://anaconda.org/wmayner/pyphi):
78-
79-
```bash
80-
conda install -c wmayner pyphi
81-
```
82-
8368
## Your first computation
8469

8570
Start by importing the package. Turning off the progress bars keeps the output

0 commit comments

Comments
 (0)