File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ Note: for macOS with pre-installed Python 2, use pip3 instead of pip.
36
36
pipenv install
37
37
```
38
38
39
- 5 . Open "import_data.py" or "export_data.py", right click on code area, select Run '{file name}'
39
+ 5 . Open "main.py", right click on code area, select Run 'main'
40
+
41
+ 6 . Program will inform you, to type one file name from "scripts" folder to be run.
40
42
41
43
## Install and run project by CLI
42
44
@@ -54,14 +56,10 @@ pipenv install
54
56
pipenv shell
55
57
```
56
58
57
- 4 . Run "import_data.py" or "export_data .py"
59
+ 4 . Run "main .py"
58
60
59
61
```
60
- python import_data .py
62
+ python main .py
61
63
```
62
64
63
- or
64
-
65
- ```
66
- python export_data.py
67
- ```
65
+ 5 . Program will inform you, to type one file name from "scripts" folder to be run.
You can’t perform that action at this time.
0 commit comments