Change pip to !pip

pull/111/head
Vishvanathan K 3 years ago
parent 94e846920d
commit b8d2284b65

@ -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