diff --git a/documentations/en/pages/installations.md b/documentations/en/pages/installations.md index 8dc08ead9db7076910cf2d69c057b6d42d9de993..50d2305eaa94b55e7ce2c7552878861933dd99f7 100644 --- a/documentations/en/pages/installations.md +++ b/documentations/en/pages/installations.md @@ -15,33 +15,34 @@ GeVarLi use the use the free and open-source package manager **Conda**. Otherwise, you can **download** and **install** the [latest version of Miniforge](https://github.com/conda-forge/miniforge/releases) for your specific OS. -_Example script for Linux\_x86\_64-bit** or Windows Subsystem for Linux (WSL) systems_ -```shell -# Download -curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh - -# Install -bash ./Miniforge3-Linux-x86_64.sh -b -p ~/miniforge3/ - -# Clean -rm -f ./Miniforge3-Linux-x86_64.sh - -# Configure -~/miniforge3/condabin/conda config --add channels bioconda -/miniforge3/condabin/conda config --add channels conda-forge -~/miniforge3/condabin/conda config --set channel_priority strict -~/miniforge3/condabin/conda config --set auto_activate_base false - -# Update -~/miniforge3/condabin/conda update conda --yes - -# Check install -~/miniforge3/condabin/conda --version -~/miniforge3/condabin/conda config --show channels +!!! Example script for Linux\_x86\_64-bit** or Windows Subsystem for Linux (WSL) systems + ```shell + # Download + curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh + + # Install + bash ./Miniforge3-Linux-x86_64.sh -b -p ~/miniforge3/ + + # Clean + rm -f ./Miniforge3-Linux-x86_64.sh + + # Configure + ~/miniforge3/condabin/conda config --add channels bioconda + /miniforge3/condabin/conda config --add channels conda-forge + ~/miniforge3/condabin/conda config --set channel_priority strict + ~/miniforge3/condabin/conda config --set auto_activate_base false + + # Update + ~/miniforge3/condabin/conda update conda --yes + + # Check install + ~/miniforge3/condabin/conda --version + ~/miniforge3/condabin/conda config --show channels + + # Init + ~/miniforge3/condabin/conda init + ``` -# Init -~/miniforge3/condabin/conda init -``` !!! warning We higly recommand to **set channels** and **update**! !!! note diff --git a/documentations/fr/pages/acknowledgements.md b/documentations/fr/pages/acknowledgements.md index e188521841d920b37198ebcaeb9aaf7ffe7226e2..25a162f0c1a33667bf727059de1bde4ac4244ff7 100644 --- a/documentations/fr/pages/acknowledgements.md +++ b/documentations/fr/pages/acknowledgements.md @@ -22,7 +22,7 @@ !!! important Ceci est important -!!! warning: test +!!! warning Ceci est un warning !!! caution @@ -34,7 +34,8 @@ !!! code Ceci est du ```code``` -!!! bloc +!!! bloc de code + TEST ```shell Ceci est un bloc ```