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: _sources/users/rmg/installation/anacondaDeveloper.rst.txt
+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
@@ -121,7 +121,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
121
121
python replace/with/path/to/rmg.py input.py
122
122
123
123
You may now use RMG-Py, Arkane, as well as any of the :ref:`Standalone Modules <modules>` included in the RMG-Py package.
124
-
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>`_.
124
+
For more information about using conda, please check out the `conda user guide <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
Copy file name to clipboardExpand all lines: _sources/users/rmg/installation/anacondaDeveloperWindows.rst.txt
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Installation by Source Using Anaconda Environment for Windows
10
10
.. image:: images/AnacondaInstallWindows.png
11
11
:align:center
12
12
13
-
#. Install `Git <http://git-scm.com/download/win>`_, the open source version control package. When asked, append Git tools to your Command Prompt. It is also recommended to commit Unix-style line endings:
13
+
#. Install `Git <https://git-scm.com/download/win>`_, the open source version control package. When asked, append Git tools to your Command Prompt. It is also recommended to commit Unix-style line endings:
14
14
15
15
.. image:: images/InstallGit.png
16
16
:align:center
@@ -44,7 +44,7 @@ Installation by Source Using Anaconda Environment for Windows
44
44
45
45
#. If you set any new environment variables, you must now close and reopen the command prompt so that those environment variables can be refreshed and used.
46
46
47
-
#. Optional: If you wish to use the :ref:`QMTP interface <qm>` with `MOPAC <http://openmopac.net/>`_ to run quantum mechanical calculations for improved thermochemistry estimates of cyclic species, please obtain a legal license through the `MOPAC License Request Form <http://openmopac.net/form.php>`_. Once you have it, type the following into your command prompt ::
47
+
#. Optional: If you wish to use the :ref:`QMTP interface <qm>` with `MOPAC <https://openmopac.net/>`_ to run quantum mechanical calculations for improved thermochemistry estimates of cyclic species, please obtain a legal license through the `MOPAC License Request Form <https://openmopac.net/form.php>`_. Once you have it, type the following into your command prompt ::
Copy file name to clipboardExpand all lines: _sources/users/rmg/installation/anacondaUser.rst.txt
+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
@@ -15,7 +15,7 @@ Binary Installation Using Anaconda for Unix-Based Systems: Linux and Mac OSX
15
15
16
16
conda activate rmg_env
17
17
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>`_.
18
+
For more information about using conda, please check out the `conda user guide <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
19
19
20
20
To install a specific version of RMG, add the version to the install command::
0 commit comments