Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 5beda08

Browse files
authored
Update README.md
1 parent d4a755e commit 5beda08

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ GUI Python apps
1313
- lmfit
1414
- customplotting
1515

16+
## Installing dependencies from command-line
1617
```
1718
conda install numpy pyqt qtpy h5py pyqtgraph
1819
pip install git+git://github.com/ScopeFoundry/ScopeFoundry.git
1920
pip install matplotlib scipy lmfit customplotting==0.1.4.dev0
2021
```
22+
23+
## Run instructions
24+
After setup, you can run the application by double-clicking DataBrowser.py.
25+
You can also run it from command-line while in the PythonGUI_apps folder:
26+
```
27+
python DataBrowser.py
28+
```

0 commit comments

Comments
 (0)