Small clarification for windows installation guide (#10002)

This commit is contained in:
Yuwen Hu 2024-01-25 18:39:11 +08:00 committed by GitHub
parent 24b34b6e46
commit 175027c90f

View file

@ -124,11 +124,11 @@ If you met error when importing `intel_extension_for_pytorch`, please ensure tha
conda install libuv
```
* Make sure you have configured oneAPI environment variables in your command prompt through
* Make sure you have configured oneAPI environment variables in your Anaconda Prompt through
```cmd
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
```
Please note that you need to set these environment variables again once you have a new command prompt window.
Please note that you need to set these environment variables again once you have a new Anaconda Prompt window.
## Linux