You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,14 @@ The build-process (using setup.py) happens in 4 stages:
196
196
python setup.py develop --no-deps
197
197
```
198
198
199
+
- To build the python module without installing it:
200
+
201
+
```bash
202
+
cd<checkout-dir>
203
+
python setup.py build_ext --inplace --force
204
+
python setup.py build
205
+
```
206
+
199
207
Where:
200
208
201
209
* Keys `--single-version-externally-managed` and `--no-deps` are required to not download daal4py after the installation of Intel(R) Extension for Scikit-learn.
0 commit comments