Skip to content

Commit e563257

Browse files
committed
update dev install instruction
1 parent 6fc171c commit e563257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
110110

111111
conda activate rmg_env
112112

113-
#. Switch the conda solver to libmamba again, to accelerate any changes you might make to this conda environment in the future::
113+
#. Switch the conda solver back to default, to avoid potential conflicts with Julia commands below::
114114

115-
conda config --set solver libmamba
115+
conda config --set solver classic
116116

117117
#. Compile RMG-Py after activating the conda environment ::
118118

@@ -136,7 +136,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
136136

137137
#. Install and Link Julia dependencies: ::
138138

139-
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator;'
139+
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator;'
140140

141141
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
142142

0 commit comments

Comments
 (0)