Skip to content

Commit bd1c92e

Browse files
authored
Update README.md
1 parent d90d035 commit bd1c92e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Note: for macOS with pre-installed Python 2, use pip3 instead of pip.
3636
pipenv install
3737
```
3838

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.
4042

4143
## Install and run project by CLI
4244

@@ -54,14 +56,10 @@ pipenv install
5456
pipenv shell
5557
```
5658

57-
4. Run "import_data.py" or "export_data.py"
59+
4. Run "main.py"
5860

5961
```
60-
python import_data.py
62+
python main.py
6163
```
6264

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.

0 commit comments

Comments
 (0)