[fix]: change installation guide
Browse files
README.md
CHANGED
@@ -67,8 +67,9 @@ We are pleased to achieve the following state of model calibration:
|
|
67 |
|
68 |
## Usage
|
69 |
|
70 |
-
**Pre-requirements**:
|
71 |
-
|
|
|
72 |
|
73 |
```python
|
74 |
from generated_text_detector.utils.model.roberta_classifier import RobertaClassifier
|
|
|
67 |
|
68 |
## Usage
|
69 |
|
70 |
+
**Pre-requirements**: \
|
71 |
+
Install *generated_text_detector* \
|
72 |
+
Run following command: ```pip install git+https://github.com/superannotateai/[email protected]```
|
73 |
|
74 |
```python
|
75 |
from generated_text_detector.utils.model.roberta_classifier import RobertaClassifier
|