Change pip to !pip

pull/915/head
Vishvanathan K 5 years ago
parent a231e21e91
commit 7f0df7684f

@ -31,7 +31,7 @@ First, train a classification model using the cleaned cuisines dataset we used.
1. Start by importing useful libraries:
```python
pip install skl2onnx
!pip install skl2onnx
import pandas as pd
```

Loading…
Cancel
Save