Skip to content

Commit

Permalink
Retarget conda install from Anaconda to Intel (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmoore1 authored Jul 30, 2024
1 parent a990da2 commit ffa38b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/experimental/install_for_gpu_conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You may need to update your conda first, as at least conda 4.1.11 is required.
conda update conda
#Take Intel Python 2023.2.0 as an example to conda environment, but generic Python is also recommended.
conda create -n itex -c intel intelpython3_full==2023.2.0 python=3.9
conda create -n itex -c https://software.repos.intel.com/python/conda/ intelpython3_full==2023.2.0 python=3.9
```

Activate the environment by the following commands.
Expand Down

0 comments on commit ffa38b7

Please sign in to comment.