mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 10:50:25 +08:00
[fix]typo
This commit is contained in:
parent
717fc4a51d
commit
e45698eacc
@ -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).
|
||||||
|
@ -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目录下)
|
||||||
|
@ -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).
|
||||||
|
@ -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).
|
||||||
|
@ -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ディレクトリに移動)。
|
||||||
|
Loading…
Reference in New Issue
Block a user