Skip to content

Commit f3bb7ae

Browse files
committed
correct instalation instructions
Signed-off-by: Alexander Myskov <[email protected]>
1 parent 5e80316 commit f3bb7ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ By default, the Intel® oneAPI AI Analytics toolkit is installed in the `oneapi`
5757
#### Linux
5858

5959
```
60-
conda create -y -n modin-conda-forge -c conda-forge modin-all matplotlib
60+
conda create -y -n modin-conda-forge -c conda-forge modin-all
61+
conda install -y -n modin-conda-forge -c conda-forge matplotlib
6162
```
6263
Then activate your conda environment with the following command:
6364
```

AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted/sample.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"env": ["source /opt/intel/oneapi/setvars.sh --force", "conda create -n aikit-modin-test -c intel -c conda-forge matplotlib runipy intel-aikit-modin", "source activate aikit-modin-test"],
1414
"id": "Intel_Modin_GS_py",
1515
"steps": [
16-
"conda create -y -n modin-conda-forge -c conda-forge --strict-channel-priority modin-all matplotlib runipy",
16+
"conda create -y -n modin-conda-forge -c conda-forge modin-all",
17+
"conda install -y -n modin-conda-forge -c conda-forge matplotlib runipy",
1718
"conda activate modin-conda-forge",
1819
"runipy IntelModin_GettingStarted.ipynb"
1920
]

0 commit comments

Comments
 (0)