SA-Yur-or commited on
Commit
577a013
1 Parent(s): 5d06457

[fix]: change installation guide

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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**: install `generated_text_detector` \
71
- Run following command `pip install generated_text_detector@git+https://github.com/superannotateai/generated_text_detector@releases/tag/v1.0.0`
 
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/generated_text_detector.git@v1.0.0```
73
 
74
  ```python
75
  from generated_text_detector.utils.model.roberta_classifier import RobertaClassifier