Skip to content

Commit d99e4fe

Browse files
update usage instructions and general Readme
1 parent 946ebef commit d99e4fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GLabViz
2-
GUI Python apps written in qt and python for quick analysis of custom data. It also includes the ability to convert data to *H5* if need to be analysed in other software such as MATLAB.
2+
GUI Python apps written in python and qt for quick analysis of custom data. It also includes the ability to convert data to *H5* if need to be analysed in other software such as MATLAB.
33

4-
*Python is not required to use GLabViz* (see *How to use?*)
4+
_**Python is not required to use GLabViz**_ (see **How to use?**)
55

66
The primary users for this Python package are Ginger Lab members at the University of Washington, Seattle but is licensed under MIT License and open for everyone to use.
77

@@ -15,13 +15,14 @@ The primary users for this Python package are Ginger Lab members at the Universi
1515
* *H5* and *PKL* File Viewer
1616

1717
## How to use?
18-
### Without installing Python or any dependencies
19-
* Under the releases page, download the latest release of the _*DataBrowser*_ zip file
20-
* Extract the zip file and run *DataBrowser.exe*
18+
### Standalone App - without Python or any dependencies (_only for Windows users_)
19+
* Under the releases page, download the latest release of the _**DataBrowser**_ zip file
20+
* Extract the zip file and run _**DataBrowser.exe**_
2121
### With Python and its dependencies
2222
```
2323
git clone https://github.com/SarthakJariwala/Python_GUI_apps.git
2424
```
25+
* Install all dependencies
2526
* Run the application by double-clicking DataBrowser.py.
2627
* OR Run it from command-line while in the PythonGUI_apps folder:
2728
```

0 commit comments

Comments
 (0)