From 1ecb0b444b62e8bc6d0cae2393b80f0675e68e8b Mon Sep 17 00:00:00 2001 From: josc146 Date: Tue, 6 Jun 2023 22:42:31 +0800 Subject: [PATCH] update Readme_Install.txt --- build/linux/Readme_Install.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/linux/Readme_Install.txt b/build/linux/Readme_Install.txt index 1126f1d..317f134 100644 --- a/build/linux/Readme_Install.txt +++ b/build/linux/Readme_Install.txt @@ -6,6 +6,8 @@ On Linux system, this program cannot invoke the terminal for automatic dependenc 在Linux系统下, 本程序无法调用终端自动安装依赖, 你必须手动执行以下命令进行安装, 之后方可正常使用: Linuxシステムでは、このプログラムはターミナルを自動的に呼び出して依存関係をインストールすることができません。以下のコマンドを手動で実行する必要があります。それが完了した後に、正常に使用することができます: +chmod +x ./RWKV-Runner +./RWKV-Runner git clone https://github.com/josStorer/RWKV-Runner --depth=1 cd RWKV-Runner/backend-python pip3 install -r requirements.txt # or pip3 install -r requirements_without_cyac.txt