Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs: only support python >=3.13
Browse files Browse the repository at this point in the history
Adjust some admonition
  • Loading branch information
KevinNitroG committed Jan 15, 2025
1 parent b4419bd commit d035da9
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
## Yêu cầu

- [Python](https://www.python.org/downloads/)
- [Tesseact OCR CLI](https://tesseract-ocr.github.io/tessdoc/Installation.html)[Tesseact data set](https://github.com/tesseract-ocr/tessdata) (Không bắt buộc)(1)
- [Tesseact OCR CLI](https://tesseract-ocr.github.io/tessdoc/Installation.html)[Tesseact data set](https://github.com/tesseract-ocr/tessdata) _(Không bắt buộc)_(1)
{ .annotate }

1. Sử dụng để giải captcha đối với API csgt.vn

??? note

Project được viết bằng python 3.13 nhưng có thể chạy với python 3.10 trở lên (không đảm bảo). Đối với discord notification yêu cầu phiên bản >= 3.13.

???+ warning
!!! warning

- Hiện tại API từ csgt.vn không đảm bảo hoạt động.
- checkphatnguoi.vn không cho truy cập từ IP nước ngoài? (Ảnh hưởng github action)
Expand Down Expand Up @@ -57,7 +53,7 @@ python -m venv .venv
pip install -r requirements/requirements.txt
```

???+note
???- info "Tắt môi trường ảo"

Để tắt môi trường khi không sử dụng chạy `deactivate`

Expand All @@ -74,19 +70,19 @@ Thiết lập file `config.json` (1)
- `check-phat-nguoi.config.json` tại nơi đang đứng
- `~/check-phat-nguoi.config.json`

!!! info

Xem [Config Schema](https://ntgnguyen.github.io/check-phat-nguoi/schemas/config.html) để biết chi tiết config

??? example

```json title="config.json"
--8<-- "config.sample.json"
```

???+ note

Xem [Config Schema](https://ntgnguyen.github.io/check-phat-nguoi/schemas/config.html) để biết chi tiết config

### Chạy chương trình

???+ note
!!! important ""

Yêu cầu kích hoạt venv

Expand Down

0 comments on commit d035da9

Please sign in to comment.