Skip to content
Snippets Groups Projects

Docs conda instructions

1 file
+ 11
9
Compare changes
  • Side-by-side
  • Inline
+ 11
9
@@ -38,15 +38,6 @@ Whether you are working with medical imaging data, materials science data, or an
## Installation
Creating a `conda` environment is not required but recommended:
```
conda create -n qim3d python=3.11
```
After the environment is created, activate it by running:
```
conda activate qim3d
```
??? info "Miniconda installation and setup"
[Miniconda](https://docs.anaconda.com/free/miniconda/index.html) is a free minimal installer for conda.
@@ -96,6 +87,17 @@ conda activate qim3d
~/miniconda3/bin/conda init zsh
```
Creating a `conda` environment is not required but recommended:
```
conda create -n qim3d python=3.11
```
After the environment is created, activate it by running:
```
conda activate qim3d
```
### Install using `pip`
Loading