Browse Source

更新 'README.md'

master
chenqingwang 3 years ago
parent
commit
8c19f45c97
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      README.md

+ 5
- 5
README.md View File

$ source activate choppy (open-choppy-env) $ source activate choppy (open-choppy-env)


# 第一次安装 # 第一次安装
$ choppy install chenqingwang/spladder-single
$ choppy install chenqingwang/SplAdder-single
# 非第一次安装 # 非第一次安装
$ choppy install chenqingwang/spladder-single -f
$ choppy install chenqingwang/SplAdder-single -f


# 查询已安装APP # 查询已安装APP
$ choppy apps $ choppy apps


``` ```
# 准备 samples.csv 文件 # 准备 samples.csv 文件
$ choppy samples chenqingwang/spladder-single-latest > samples.csv
$ choppy samples chenqingwang/SplAdder-single-latest > samples.csv
# 准备无默认参数的samples.csv 文件 # 准备无默认参数的samples.csv 文件
choppy samples --no-default chenqingwang/spladder-single-latest > samples.csv
choppy samples --no-default chenqingwang/SplAdder-single-latest > samples.csv


# 提交任务 # 提交任务
$ choppy batch chenqingwang/spladder-single-latest samples.csv -p Your_project_name -l Your_label
$ choppy batch chenqingwang/SplAdder-single-latest samples.csv -p Your_project_name -l Your_label


# 查询任务运行状况 # 查询任务运行状况
$ choppy query -L Your_label | grep "status" $ choppy query -L Your_label | grep "status"

Loading…
Cancel
Save