You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The user can subsequentially select different horizontal data windows via click
11
11
12
12
## Install
13
13
14
-
Install the package from the top-level project folder using:
14
+
Install the package using:
15
15
16
16
```bash
17
17
pip install vpselector
@@ -21,9 +21,9 @@ pip install vpselector
21
21
22
22
Then simply import it using `import vpselector`. Then simply use:
23
23
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)`
25
25
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)`
0 commit comments