Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ltaing27 authored Aug 5, 2019
1 parent d4a755e commit 5beda08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5beda08

Please sign in to comment.