From 1813a8b654e5848cadb9c811c74fd3381178b176 Mon Sep 17 00:00:00 2001 From: "danny.jang" Date: Fri, 6 Oct 2023 10:06:27 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e864281..55c31ed 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ You can also install Trident using pip. pip install git+https://github.com/kakaobrain/trident.git ``` +You can add Trident in `requirements.txt`. + +```text +trident@git+https://github.com/kakaobrain/trident.git@main +``` + ## 📖 How to use ![how-to-use](https://github.com/kakaobrain/trident/assets/7459074/2876a2ca-d7cc-4d60-be81-b8d58cbb9f17)