Skip to content

Commit

Permalink
Document how to select Python version in conda env
Browse files Browse the repository at this point in the history
GitHub: relates to mxcube/mxcubecore#845
  • Loading branch information
fabcor-maxiv authored and marcus-oscarsson committed Feb 1, 2024
1 parent 6b548f8 commit 48b0e15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/dev/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ conda env create -f conda-environment.yml
conda env create -f conda-environment.yml --name another_name
```

To choose a specific Python version when creating the conda environment,
for example Python 3.9, one can use a command such as the following:

```none
conda env create -f conda-environment.yml python=3.9
```


### 4. Activate the environment

Expand Down

0 comments on commit 48b0e15

Please sign in to comment.