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
Update installation instructions for Anaconda and Conda
Correct some confusion and inconsistencies.
Co-authored-by: Richard West <r.west@northeastern.edu>
Co-authored-by: Akshat Zalte <56800291+akshatzalte@users.noreply.github.com>
If you are accustomed to using the Anaconda package manager or cannot tolerate the storage overhead of Docker, installation from conda is also available.
53
-
This is recommended for users who want to use RMG out of the box and are not interested in changing the RMG code or making many additions to RMG's thermodynamic and kinetics databases.
54
-
If this does interest you, please see the Developer Install below.
52
+
If you are accustomed to using the Anaconda package manager or cannot tolerate the storage overhead of Docker, installation from Conda is also available.
53
+
This is recommended for users who want to use RMG out of the box and are not interested in changing the RMG code or making many additions to RMG's thermodynamic and kinetics databases.
54
+
Installation by Conda without compiling from source is limited to `specific versions of RMG-Py <https://anaconda.org/RMG/rmg>`_ .
55
+
If you would like to use the latest version or plan to modify the code or databases, please refer to the Developer Installation instructions below.
55
56
56
57
.. toctree::
57
58
:maxdepth:1
@@ -61,11 +62,9 @@ If this does interest you, please see the Developer Install below.
RMG-Py can be built from source using the Anaconda Python Platform to assist in installing all necessary dependencies.
65
-
This is recommended for a developer who may be altering the RMG source code or someone who expects to manipulate the databases extensively.
66
-
You will also be able to access the latest source code updates and patches through Github.
67
-
It is also currently the only option to avoid the storage and memory overhead of Docker.
68
-
Installation by Conda without compiling from source is limited to `older versions of RMG-Py <https://anaconda.org/RMG/rmg>`_ and is not currently recommended (but would follow instructions below if you needed).
65
+
RMG-Py can be built from source using the Anaconda package manager to assist in installing all necessary dependencies.
66
+
This is recommended for a developer who may be altering the RMG source code or someone who expects to manipulate the databases.
67
+
You will also be able to access the latest source code updates and patches through GitHub.
0 commit comments