Skip to content

Commit 03b3843

Browse files
committed
A note about installing developer version from Docker.
The last Docker release was 2 years ago. Folks might want to use Docker to get a more recent version. Here is how.
1 parent d350c21 commit 03b3843

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • documentation/source/users/rmg/installation

documentation/source/users/rmg/installation/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ For users unfamiliar with bash or Linux, we recommend looking at
3939
`Terminal vs File Manager <https://www.guru99.com/terminal-file-manager.html>`_, and
4040
`Must Know Linux/Unix Commands <https://www.guru99.com/must-know-linux-commands.html>`_.
4141

42+
.. NOTE::
43+
The instructions above are for the release version 3.2.0 of RMG-Py (August 2023).
44+
If you want to use the latest development version, you can replace the version number in the docker pull command with "latest" or omit it entirely.
45+
For example, you can run ``docker pull reactionmechanismgenerator/rmg:latest`` or ``docker pull reactionmechanismgenerator/rmg`` to get the latest development version corresponding to `here <https://github.com/ReactionMechanismGenerator/RMG-Py/commits/main/>`_.
46+
Be sure to also change the version number in the docker run commands to match the version you pulled.
47+
A full list of available docker images can be found at `Docker Hub <https://hub.docker.com/r/reactionmechanismgenerator/rmg/tags>`_.
4248

4349
Alternative Install: Binary Installation Using Anaconda
4450
===========================================================

0 commit comments

Comments
 (0)