You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/source/users/rmg/installation/anacondaUser.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,21 @@ Binary Installation Using Anaconda for Unix-Based Systems: Linux and Mac OSX
7
7
8
8
#. Install the `conda` package manager via `miniforge`, if you do not already have it (or Anaconda), by following the `Miniforge installation instructions <https://github.com/conda-forge/miniforge?tab=readme-ov-file#install>`_.
9
9
10
-
#. Install both RMG and the RMG-database binaries through the terminal. Dependencies will be installed automatically. It is safest to make a new conda environment for RMG and its dependencies. Type the following command into the terminal to create the new environment named 'rmg_env' containing the latest stable version of the RMG program and its database. ::
10
+
#. Install both RMG and the RMG-database binaries through the terminal. Dependencies will be installed automatically. It is safest to make a new conda environment for RMG and its dependencies. Type the following command into the terminal to create the new environment named 'rmg_env' containing the latest stable version of the RMG program and its database. ::
Whenever you wish to use it you must first activate the environment::
15
15
16
16
conda activate rmg_env
17
17
18
18
For more information about using conda, please check out the `conda user guide <https://conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
19
+
20
+
To install a specific version of RMG, add the version to the install command::
21
+
22
+
conda create --name rmg_33_env 'rmg::rmg==3.3.0'
23
+
24
+
Not all versions of RMG are available via conda for all platforms. Check the `official RMG conda channel <https://anaconda.org/RMG/rmg/files>`_ to see which are available for download.
19
25
20
26
#. You may now run an RMG test job. Save the `Minimal Example Input File <https://raw.githubusercontent.com/ReactionMechanismGenerator/RMG-Py/master/examples/rmg/minimal/input.py>`_
21
27
to a local directory. Use the terminal to run your RMG job inside that folder using the following command ::
@@ -70,4 +76,4 @@ If you had previously installed a binary version of the RMG package, you may
70
76
check and update your installation to the latest stable version available on Anaconda by typing the following command on the terminal ::
0 commit comments