File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ,
Original file line number Diff line number Diff line change @@ -65,21 +65,6 @@ pip install pyphi # latest stab
6565pip 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
8570Start by importing the package. Turning off the progress bars keeps the output
You can’t perform that action at this time.
0 commit comments