upload Readme_Install.txt for all platforms

This commit is contained in:
josc146 2023-06-06 21:47:03 +08:00
parent c28f5604ab
commit cfad67a922
3 changed files with 23 additions and 0 deletions

9
build/darwin/Readme_Install.txt vendored Normal file
View File

@ -0,0 +1,9 @@
Please execute this program in an empty directory. All related dependencies will be placed in this directory.
请将本程序放在一个空目录内执行, 所有相关依赖均会放置于此目录.
このプログラムを空のディレクトリで実行してください。関連するすべての依存関係は、このディレクトリに配置されます。
Please execute the following command in the terminal to remove the permission restrictions of this app, and then this program can work properly:
请在终端执行以下命令解除本app的权限限制, 然后本程序才可以正常工作:
このアプリの権限制限を解除するために、ターミナルで以下のコマンドを実行してください。その後、このプログラムは正常に動作するようになります:
sudo xattr -r -d com.apple.quarantine ./RWKV-Runner.app

11
build/linux/Readme_Install.txt vendored Normal file
View File

@ -0,0 +1,11 @@
Please execute this program in an empty directory. All related dependencies will be placed in this directory.
请将本程序放在一个空目录内执行, 所有相关依赖均会放置于此目录.
このプログラムを空のディレクトリで実行してください。関連するすべての依存関係は、このディレクトリに配置されます。
On Linux system, this program cannot invoke the terminal for automatic dependency installation. You must manually execute the following commands for installation so that it can be used normally:
在Linux系统下, 本程序无法调用终端自动安装依赖, 你必须手动执行以下命令进行安装, 之后方可正常使用:
Linuxシステムでは、このプログラムはターミナルを自動的に呼び出して依存関係をインストールすることができません。以下のコマンドを手動で実行する必要があります。それが完了した後に、正常に使用することができます:
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

3
build/windows/Readme_Install.txt vendored Normal file
View File

@ -0,0 +1,3 @@
Please execute this program in an empty directory. All related dependencies will be placed in this directory.
请将本程序放在一个空目录内执行, 所有相关依赖均会放置于此目录.
このプログラムを空のディレクトリで実行してください。関連するすべての依存関係は、このディレクトリに配置されます。