Skip to content
Snippets Groups Projects

DOC: Emphasise that package name contains hyphens; some formatting fixes

Merged Paul McCarthy requested to merge doc/package-name into master
2 files
+ 27
27
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -33,10 +33,10 @@ conda create -n fsl_sub python=3
source activate fsl_sub
~~~
and install fsl_sub with:
and install fsl\_sub with the following (note that the package names are delimited with hyphens and not underscores):
~~~bash
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl_sub
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl-sub
~~~
Plugins can be installed with:
@@ -44,13 +44,13 @@ Plugins can be installed with:
Grid Engine...
~~~bash
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl_sub_plugin_sge
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl-sub-plugin-sge
~~~
SLURM...
~~~bash
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl_sub_plugin_slurm
conda install -c https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public -c conda-forge fsl-sub-plugin-slurm
~~~
### Installation in a virtual environment
Loading