We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a755e commit 5beda08Copy full SHA for 5beda08
README.md
@@ -13,8 +13,16 @@ GUI Python apps
13
- lmfit
14
- customplotting
15
16
+## Installing dependencies from command-line
17
```
18
conda install numpy pyqt qtpy h5py pyqtgraph
19
pip install git+git://github.com/ScopeFoundry/ScopeFoundry.git
20
pip install matplotlib scipy lmfit customplotting==0.1.4.dev0
21
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