Skip to content

Commit e5fc551

Browse files
authored
Update README.md
1 parent c915ba0 commit e5fc551

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Visit explainx.ai website to learn more; https://www.explainx.ai
1818

1919
### Installation
2020

21-
* **Desktop**: You can use explainX in your Jupyter Notebook in under a minute. Just run the following command in your code block.
21+
* **Desktop**: You can use explainX on your own computer in under a minute. If you already have a python environment setup, just run the following command.
22+
23+
```python
24+
pip install explainx
25+
```
26+
* **Jupyter Notebook**: You can also install explainx via Jupyter Notebook. Just run the following command:
2227

2328
```python
2429
!pip install explainx
@@ -34,7 +39,7 @@ Import **explainx**
3439
from explainx import *
3540
```
3641

37-
Load Dataset & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
42+
Load dataset as a dataframe & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
3843

3944
```python
4045
X_data, Y_data = explainx.dataset_boston()

0 commit comments

Comments
 (0)