Skip to content

Commit c71d080

Browse files
Fix layout of inline code
1 parent 517fd80 commit c71d080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/extra/conda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Using Conda
9191
- Install a specific version: ``conda install somepackage=1.2.3``
9292
- Create a new environment: ``conda create --name myenvironment``
9393
- Create a new environment from requirements.txt: ``conda create --name myenvironment --file requirements.txt``
94-
- On e.g. HPC systems where you don’t have write access to central installation directory: conda create --prefix /some/path/to/env``
94+
- On e.g. HPC systems where you don’t have write access to central installation directory: ``conda create --prefix /some/path/to/env``
9595
- Activate a specific environment: ``conda activate myenvironment``
9696
- Deactivate current environment: ``conda deactivate``
9797

0 commit comments

Comments
 (0)