Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qim3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Tools
qim3d
Merge requests
!90
Docs conda instructions
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Docs conda instructions
docs_conda_instructions
into
main
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Docs conda instructions
s184058
requested to merge
docs_conda_instructions
into
main
May 22, 2024
Overview
0
Commits
4
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
6485accb
Prev
Next
Show latest version
1 file
+
11
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6485accb
Removed box to top of installation section
· 6485accb
s184058
authored
May 22, 2024
docs/index.md
+
11
−
9
View file @ 6485accb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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