Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ To access and download the dataset, use the following command:
|
|
47 |
|
48 |
```bash
|
49 |
# Install the Hugging Face datasets library
|
50 |
-
pip install datasets
|
51 |
|
52 |
# Download the Stipra dataset
|
53 |
from datasets import load_dataset
|
|
|
47 |
|
48 |
```bash
|
49 |
# Install the Hugging Face datasets library
|
50 |
+
pip install --upgrade datasets
|
51 |
|
52 |
# Download the Stipra dataset
|
53 |
from datasets import load_dataset
|