Skip to content

Commit

Permalink
Update 2023-12-19-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Dec 19, 2023
1 parent b5645ce commit 6dc1cfe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _posts/2023-12-19-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ comments: true
1.ทดสอบผ่าน PyPI: PyThaiNLP เราปล่อยรุ่นทดสอบ 2 แบบ คือ แบบ dev เป็นรุ่นที่กำลังพัฒนาที่ API สามารถเปลี่ยนแปลงได้คลอด กับ แบบ beta รุ่นที่พร้อมใช้งานระดับหนึ่งสำหรับนักพัฒนา

สามารถติดตั้งได้โดยใช้คำสั่ง
> pip install --pre --force-reinstall pythainlp

```
pip install --pre --force-reinstall pythainlp
```

โดยการติดตั้งผ่านช่องทางนี้จะไม่ใช่ตัวอัปล่าสุด แต่เป็นการปล่อยแต่ละรอบ

2.ทดสอบผ่าน GitHub: คุณสามารถร่วม PyThaiNLP ที่อยู่บน GitHub ตอนนี้ได้ด้วยคำสั่ง

> pip install --force-reinstall https://github.com/pythainlp/pythainlp/archive/dev.zip
```
pip install --force-reinstall https://github.com/pythainlp/pythainlp/archive/dev.zip
```

การติดตั้งนี้จะทำให้คุณได้รับโค้ดล่าสุดของ PyThaiNLP บน Github

Expand Down

0 comments on commit 6dc1cfe

Please sign in to comment.