Skip to content

Commit 0e486ff

Browse files
committed
Update Readme
1 parent 642c70f commit 0e486ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The user can subsequentially select different horizontal data windows via click
1111

1212
## Install
1313

14-
Install the package from the top-level project folder using:
14+
Install the package using:
1515

1616
```bash
1717
pip install vpselector
@@ -21,9 +21,9 @@ pip install vpselector
2121

2222
Then simply import it using `import vpselector`. Then simply use:
2323

24-
- If your project does not contain a pyqt application: `select_visual_data(data : pd.DataFrame, plot_config : dict)`
24+
- If your project does not contain a pyqt application: `vpselector.select_visual_data(data : pd.DataFrame, plot_config : dict)`
2525

26-
- To add the vpselector to an existing pyqt application: `select_visual_data_in_pyqt_app(data : pd.DataFrame, plot_config : dict, pyqt_app)`
26+
- To add the vpselector to an existing pyqt application: `vpselector.select_visual_data_in_pyqt_app(data : pd.DataFrame, plot_config : dict, pyqt_app)`
2727

2828

2929
## Run the Example

0 commit comments

Comments
 (0)