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
For:
>> Continuous Integration
>> Documentations for compiling from source
>> Building the Docker image
*The marcus_development branch includes all the
commits necessary to make electrochemistry work
but doesn't include changes for the RMG-RMS
interface overhaul. Will be reverted once that
gets merged into RMS main.
Copy file name to clipboardExpand all lines: documentation/source/users/rmg/installation/anacondaDeveloper.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
117
117
118
118
#. Install and Link Julia dependencies: ::
119
119
120
-
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator;'
120
+
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator;'
0 commit comments