Skip to content

Commit

Permalink
Update command README (#1708)
Browse files Browse the repository at this point in the history
Signed-off-by: shiyu22 <[email protected]>

Signed-off-by: shiyu22 <[email protected]>
  • Loading branch information
shiyu22 authored Aug 16, 2022
1 parent 0e03561 commit c88f213
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions towhee/command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ towhee <command> -<option> param
$ python -m towhee <command> -<option> param
```

Of course, you can also run `towhee ` with source code:
Of course, you can also run `towhee` with source code:

```bash
$ git clone https://github.com/towhee-io/towhee.git
Expand Down Expand Up @@ -67,7 +67,7 @@ optional arguments:
```

### Create Repo
#### `create-operator`
#### `create-op`
```bash
$ towhee create-op -h
usage: towhee create-op [-h] [-t {pyop,nnop}] [-f FRAMEWORK] [-d DIR] [--local] [--plain] uri
Expand All @@ -85,7 +85,7 @@ optional arguments:
--local optional, create and init repo in local
--plain optional, just create repo with init file
```
#### `create pipeline`
#### `create-pipeline`
```bash
$ towhee create-pipeline -h
usage: towhee create-pipeline [-h] [-d DIR] [--local] [--plain] uri
Expand All @@ -100,8 +100,8 @@ optional arguments:
--plain optional, just create repo with init file
```

### Setup operator
#### `install operator`
### Setup Operator
#### `install`
```bash
$ towhee install -h
towhee install -h
Expand All @@ -114,7 +114,7 @@ optional arguments:
-p PATH, --path PATH optional, path to the operator repo, defaults to cwd which is '.'
--develop optional, install operator with setup.py develop
```
#### `uninstall operator`
#### `uninstall`
```bash
$ towhee uninstall -h
usage: towhee uninstall [-h] [-n NAMESPACE] [-p PATH]
Expand All @@ -127,7 +127,7 @@ optional arguments:
```

### Execute
#### `run pipeline`
#### `run`
```bash
$ towhee run -h
usage: towhee run [-h] -i INPUT [-o OUTPUT] pipeline
Expand Down

0 comments on commit c88f213

Please sign in to comment.