ソースを参照

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

読み込み中…
キャンセル
保存