Skip to content

Commit 5db837e

Browse files
authored
fix rendering of code block RE: review comment
1 parent e7490fe commit 5db837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
8282
source ~/.zshrc
8383

8484
NOTE: You may wish to forbid ``conda`` from installing from the Anaconda channels due to licensing restrictions.
85-
The ``environment.yml`` file already forbids using default channels, but you may further add the file ``.condarc`` to your RMG-Py directory (or modify the ``.condarc`` in your home directory) with the following contents before running the ``conda env create`` command:
85+
The ``environment.yml`` file already forbids using default channels, but you may further add the file ``.condarc`` to your RMG-Py directory (or modify the ``.condarc`` in your home directory) with the following contents before running the ``conda env create`` command: ::
8686

8787
channels:
8888
- conda-forge

0 commit comments

Comments
 (0)