Skip to content
Snippets Groups Projects

Docs conda instructions

1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -38,7 +38,11 @@ Whether you are working with medical imaging data, materials science data, or an
## Installation
Creating a `conda` environment is not required but recommended.
??? info "Miniconda installation and setup"
[Miniconda](https://docs.anaconda.com/free/miniconda/index.html) is a free minimal installer for conda.
Here are some quick command line instructions to help you set up the latest Miniconda installer promptly. For graphical installers (.exe and .pkg) and instructions on hash checking, please refer to [Installing Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/).
@@ -86,8 +90,8 @@ Whether you are working with medical imaging data, materials science data, or an
~/miniconda3/bin/conda init bash
~/miniconda3/bin/conda init zsh
```
Once you have `conda` installed, create a new enviroment:
Creating a `conda` environment is not required but recommended:
```
conda create -n qim3d python=3.11
```
Loading