From 5beda08e16e0b5518e077d425e761329e3727a1b Mon Sep 17 00:00:00 2001 From: lindat18 Date: Mon, 5 Aug 2019 16:23:59 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de0c9a3..aeac6f0 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,16 @@ GUI Python apps - lmfit - customplotting +## Installing dependencies from command-line ``` conda install numpy pyqt qtpy h5py pyqtgraph pip install git+git://github.com/ScopeFoundry/ScopeFoundry.git pip install matplotlib scipy lmfit customplotting==0.1.4.dev0 ``` + +## Run instructions +After setup, you can run the application by double-clicking DataBrowser.py. +You can also run it from command-line while in the PythonGUI_apps folder: +``` +python DataBrowser.py +```