[fix]typo

This commit is contained in:
JimmyMa99 2024-07-11 11:35:20 +08:00
parent 717fc4a51d
commit e45698eacc
5 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@ WiseFlow has virtually no hardware requirements, with minimal system overhead, a
conda create -n wiseflow python=3.10 conda create -n wiseflow python=3.10
conda activate wiseflow conda activate wiseflow
cd core cd core
pip install -r requirement.txt pip install -r requirements.txt
``` ```
You can then start pb, task, and backend individually using the scripts in core/scripts (move the script files to the core directory). You can then start pb, task, and backend individually using the scripts in core/scripts (move the script files to the core directory).

View File

@ -102,7 +102,7 @@ https://github.com/TeamWiseFlow/wiseflow/assets/96130569/bd4b2091-c02d-4457-9ec6
conda create -n wiseflow python=3.10 conda create -n wiseflow python=3.10
conda activate wiseflow conda activate wiseflow
cd core cd core
pip install -r requirement.txt pip install -r requirements.txt
``` ```
之后可以通过core/scrips 中的脚本分别启动pb、task和backend 将脚本文件移动到core目录下 之后可以通过core/scrips 中的脚本分别启动pb、task和backend 将脚本文件移动到core目录下

View File

@ -99,7 +99,7 @@ WiseFlow hat fast keine Hardwareanforderungen, minimale Systemlast und benötigt
conda create -n wiseflow python=3.10 conda create -n wiseflow python=3.10
conda activate wiseflow conda activate wiseflow
cd core cd core
pip install -r requirement.txt pip install -r requirements.txt
``` ```
Sie können dann pb, task und backend einzeln mit den Skripten im core/scripts-Verzeichnis starten (verschieben Sie die Skriptdateien in das core-Verzeichnis). Sie können dann pb, task und backend einzeln mit den Skripten im core/scripts-Verzeichnis starten (verschieben Sie die Skriptdateien in das core-Verzeichnis).

View File

@ -101,7 +101,7 @@ WiseFlow n'a pratiquement aucune exigence matérielle, avec une empreinte systè
conda create -n wiseflow python=3.10 conda create -n wiseflow python=3.10
conda activate wiseflow conda activate wiseflow
cd core cd core
pip install -r requirement.txt pip install -r requirements.txt
``` ```
Vous pouvez ensuite démarrer pb, task, et backend individuellement en utilisant les scripts dans core/scripts (déplacez les fichiers de script dans le répertoire core). Vous pouvez ensuite démarrer pb, task, et backend individuellement en utilisant les scripts dans core/scripts (déplacez les fichiers de script dans le répertoire core).

View File

@ -99,7 +99,7 @@ https://github.com/TeamWiseFlow/wiseflow/assets/96130569/bd4b2091-c02d-4457-9ec6
conda create -n wiseflow python=3.10 conda create -n wiseflow python=3.10
conda activate wiseflow conda activate wiseflow
cd core cd core
pip install -r requirement.txt pip install -r requirements.txt
``` ```
その後、core/scriptsにあるスクリプトでpb、task、backendを個別に起動できますスクリプトファイルをcoreディレクトリに移動 その後、core/scriptsにあるスクリプトでpb、task、backendを個別に起動できますスクリプトファイルをcoreディレクトリに移動