Skip to content

Commit 1a329fc

Browse files
committed
Added instructions for other users
Added instructions for other users, i.e. users that have installed conda through Anaconda or Miniconda and do not want to install conda-forge.
1 parent a2a5bc1 commit 1a329fc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

doc/install/installing.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@ You can then run the installer using
135135
Finally, close your terminal window and open a new one to make the ``conda`` command
136136
properly available.
137137

138+
Alternatively, if you have already installed Anaconda or Miniconda, make sure that you create your environment
139+
in the appropriate manner, e.g. for a Python 3.13 environment:
140+
141+
.. code-block:: bash
142+
143+
conda create --name amuse_p313 python=3.13 --channel conda-forge --override-channels
144+
145+
146+
which you activate in the usual way:
147+
148+
.. code-block:: bash
149+
150+
conda activate amuse_p313
151+
152+
138153
.. _installing-amuse:
139154

140155
Installing AMUSE

0 commit comments

Comments
 (0)