From 4fdfbd2f8212dd8ec8a8a78485ac334a0fd53f36 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 8 Jun 2023 17:11:11 +0800 Subject: [PATCH] update Readme_Install.txt --- build/darwin/Readme_Install.txt | 4 ++++ build/linux/Readme_Install.txt | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/build/darwin/Readme_Install.txt b/build/darwin/Readme_Install.txt index 1efc1fb..ee5b937 100644 --- a/build/darwin/Readme_Install.txt +++ b/build/darwin/Readme_Install.txt @@ -1,3 +1,7 @@ +For Mac and Linux users, please manually install Python 3.10 (usually the latest systems come with it built-in). You can specify the Python interpreter to use in Settings. +对于Mac和Linux用户,请手动安装 Python3.10 (通常最新的系统已经内置了). 你可以在设置中指定使用的Python解释器. +MacおよびLinuxのユーザーの方は、Python3.10を手動でインストールしてください(通常、最新のシステムには既に組み込まれています)。 設定メニューで使用するPythonインタプリタを指定することができます。 + Please execute this program in an empty directory. All related dependencies will be placed in this directory. 请将本程序放在一个空目录内执行, 所有相关依赖均会放置于此目录. このプログラムを空のディレクトリで実行してください。関連するすべての依存関係は、このディレクトリに配置されます。 diff --git a/build/linux/Readme_Install.txt b/build/linux/Readme_Install.txt index c55a422..8d99496 100644 --- a/build/linux/Readme_Install.txt +++ b/build/linux/Readme_Install.txt @@ -1,3 +1,7 @@ +For Mac and Linux users, please manually install Python 3.10 (usually the latest systems come with it built-in). You can specify the Python interpreter to use in Settings. +对于Mac和Linux用户,请手动安装 Python3.10 (通常最新的系统已经内置了). 你可以在设置中指定使用的Python解释器. +MacおよびLinuxのユーザーの方は、Python3.10を手動でインストールしてください(通常、最新のシステムには既に組み込まれています)。 設定メニューで使用するPythonインタプリタを指定することができます。 + Please execute this program in an empty directory. All related dependencies will be placed in this directory. 请将本程序放在一个空目录内执行, 所有相关依赖均会放置于此目录. このプログラムを空のディレクトリで実行してください。関連するすべての依存関係は、このディレクトリに配置されます。 @@ -11,3 +15,5 @@ chmod +x ./RWKV-Runner ./RWKV-Runner cd backend-python pip3 install -r requirements.txt # or pip3 install -r requirements_without_cyac.txt + +# See More: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples