Skip to content

Commit 87732af

Browse files
Update README.md
1 parent 87b01cd commit 87732af

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ GUI Python apps written in python and qt for quick analysis of custom data. It a
33

44
_**Python is not required to use GLabViz**_ (see **How to use?**)
55

6+
[_**DOWNLOAD HERE**_](https://github.com/SarthakJariwala/Python_GUI_apps/releases)
7+
68
The primary users for this Python package application are Ginger Lab members at the University of Washington, Seattle but is licensed under MIT License and open for everyone to use.
79

810
## Includes
@@ -33,7 +35,7 @@ The primary users for this Python package application are Ginger Lab members at
3335

3436
## How to use?
3537
### Standalone App - without Python or any dependencies (_only for Windows users_)
36-
* Under the releases page, download the latest release of the _**DataBrowser**_ zip file
38+
* Under the [releases](https://github.com/SarthakJariwala/Python_GUI_apps/releases) page, download the latest release of the _**DataBrowser**_ zip file
3739
* Extract the zip file and run _**DataBrowser.exe**_
3840
### With Python and its dependencies
3941
```
@@ -47,16 +49,16 @@ python DataBrowser.py
4749
```
4850

4951
#### Dependencies
50-
* ScopeFoundry
51-
* pyqtgraph
52+
* [ScopeFoundry](https://github.com/ScopeFoundry/ScopeFoundry)
53+
* [pyqtgraph](http://www.pyqtgraph.org/)
5254
* numpy
5355
* pyqt
5456
* qtpy
5557
* h5py
5658
* matplotlib
5759
* scipy
58-
* lmfit
59-
* customplotting
60+
* [lmfit](https://lmfit.github.io/lmfit-py/)
61+
* [customplotting](https://github.com/SarthakJariwala/Custom-Plotting)
6062

6163
#### Installing dependencies from command-line
6264
```

0 commit comments

Comments
 (0)