Skip to content

Commit 9bf6388

Browse files
committed
Update docs
1 parent 3eca16b commit 9bf6388

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ first step.
7070
7171
# Create a conda environment that hass needed dependencies installed
7272
conda create -n numba-dpex-env \
73-
dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
73+
cmake scikit-build dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
7474
-c intel -c conda-forge
7575
# Activate the environment
7676
conda activate numba-dpex-env

environment/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ channels:
77
- conda-forge
88
- nodefaults
99
dependencies:
10+
- scikit-build
11+
- cmake
1012
- libffi
1113
- gxx_linux-64
1214
- dpcpp_linux-64

0 commit comments

Comments
 (0)