katielink commited on
Commit
9440358
1 Parent(s): e734f09

fix PYTHONPATH in readme.md

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. configs/metadata.json +2 -1
  3. docs/README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ Download trained checkpoint model to ./model/model.pt:
95
  Add scripts component: To run the workflow with customized components, PYTHONPATH should be revised to include the path to the customized component:
96
 
97
  ```
98
- export PYTHONPATH=$PYTHONPATH: '<path to the bundle root dir>/scripts'
99
  ```
100
 
101
  Execute Training:
 
95
  Add scripts component: To run the workflow with customized components, PYTHONPATH should be revised to include the path to the customized component:
96
 
97
  ```
98
+ export PYTHONPATH=$PYTHONPATH: '<path to the bundle root dir>/'
99
  ```
100
 
101
  Execute Training:
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
- "version": "0.2.2",
4
  "changelog": {
 
5
  "0.2.2": "add name tag",
6
  "0.2.1": "fix license Copyright error",
7
  "0.2.0": "update license files",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.2.3",
4
  "changelog": {
5
+ "0.2.3": "fix PYTHONPATH in readme.md",
6
  "0.2.2": "add name tag",
7
  "0.2.1": "fix license Copyright error",
8
  "0.2.0": "update license files",
docs/README.md CHANGED
@@ -88,7 +88,7 @@ Download trained checkpoint model to ./model/model.pt:
88
  Add scripts component: To run the workflow with customized components, PYTHONPATH should be revised to include the path to the customized component:
89
 
90
  ```
91
- export PYTHONPATH=$PYTHONPATH: '<path to the bundle root dir>/scripts'
92
  ```
93
 
94
  Execute Training:
 
88
  Add scripts component: To run the workflow with customized components, PYTHONPATH should be revised to include the path to the customized component:
89
 
90
  ```
91
+ export PYTHONPATH=$PYTHONPATH: '<path to the bundle root dir>/'
92
  ```
93
 
94
  Execute Training: