浏览代码

add step for change branch master to V1.2

V1.2
Jeong Geol Kim 3 年前
父节点
当前提交
c23633afce
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6
    5
      README.md

+ 6
- 5
README.md 查看文件

@@ -6,9 +6,10 @@ scipy
6 6
 pandas
7 7
 scikit-learn
8 8
 
9
-1. clone this repository
9
+1. clone this repository (git clone https://git.apl.hongik.ac.kr/Ellis/mailsys_differential_feature_extraction.git)
10 10
 2. cd <repository>
11
-3. python3 ./script/createhandletrace.py <Root directory of surgery ID>
12
-4. python3 ./script/createinterpolation.py ./handletrace
13
-5. python3 ./script/createfulltrace.py ./interpolation
14
-6. python3 ./script/createkpi.py ./fulltrace
11
+3. git checkout V1.2
12
+4. python3 ./script/createhandletrace.py <Root directory of surgery ID>
13
+5. python3 ./script/createinterpolation.py ./handletrace
14
+6. python3 ./script/createfulltrace.py ./interpolation
15
+7. python3 ./script/createkpi.py ./fulltrace

正在加载...
取消
保存