@@ -82,20 +82,14 @@ Using uv (recommended)
8282 for details).
8383
8484
85- Using anaconda
86- ^^^^^^^^^^^^^^
85+ Using conda-forge
86+ ^^^^^^^^^^^^^^^^^
8787
88- Choose one of the three following options.
88+ Set up a `conda forge <https://conda-forge.org >`_-enabled
89+ installation by downloading and executing an installer from
90+ `the web page <https://conda-forge.org/download/ >`_.
8991
90-
91- Install miniforge
92- """""""""""""""""
93-
94- Set up a minimal `conda forge <https://conda-forge.org >`_-enabled anaconda
95- installation by downloading and executing a Miniforge3 installer from
96- `github <https://github.com/conda-forge/miniforge/#download >`_.
97-
98- Then open an Anaconda prompt and type
92+ Then open a Miniforge prompt and type
9993
10094::
10195
@@ -105,47 +99,6 @@ Then open an Anaconda prompt and type
10599to install the sdt-python package and some optional, recommended packages.
106100
107101
108- Convert a miniconda installation to `conda forge <https://conda-forge.org >`_
109- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
110-
111- The following will most likely fail on a full Anaconda install, hence it is
112- recommended to use `miniconda <https://docs.conda.io/en/latest/miniconda.html >`_
113- (minimal Anaconda)
114- First, install miniconda (Python 3.x version). Then open an Anaconda prompt and
115- type
116-
117- ::
118-
119- conda config --add channels conda-forge
120- conda config --set channel_priority strict
121- conda update --all
122- conda install sdt-python
123- conda install opencv trackpy lmfit ipympl scikit-learn pyqt
124-
125- The last line installs optional, recommended packages.
126-
127- Instead of converting the whole installation to conda-forge, it is possible to
128-
129-
130- Create a new environment using `conda forge <https://conda-forge.org >`_
131- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
132-
133- This method works for
134- `Anaconda <https://www.anaconda.com/products/individual >`_ /
135- `miniconda <https://docs.conda.io/en/latest/miniconda.html >`_ installs.
136-
137- ::
138-
139- conda create -n sdt_env -c conda-forge --strict-channel-priority sdt-python
140- conda install -n sdt_env -c conda-forge --strict-channel-priority opencv trackpy lmfit ipympl scikit-learn
141- conda activate sdt_env
142-
143- The second line installs optional, recommended packages. ``sdt_env `` is the
144- name of the new environment. For more information on conda environments,
145- have a look
146- `here <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html >`_.
147-
148-
149102Using pip
150103^^^^^^^^^
151104
@@ -181,16 +134,6 @@ If the conda installation was converted to `conda forge`, type
181134
182135in an Anaconda prompt.
183136
184- If a separate environment is used, type
185-
186- ::
187-
188- conda activate sdt_env
189- conda update -c conda-forge --strict-channel-priority sdt-python
190-
191- If you chose an environment name different from ``sdt_env `` when installing,
192- adapt accordingly.
193-
194137If `pip ` is used, run
195138
196139::
0 commit comments