Skip to content

Commit 272f33c

Browse files
authored
Update README.md
1 parent 587210b commit 272f33c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Python_GUI_apps
2-
GUI Python apps
2+
GUI Python apps
3+
4+
## Dependencies
5+
- scopefoundry
6+
- numpy
7+
- pyqt
8+
- qtpy
9+
- h5py
10+
- pyqtgraph
11+
- matplotlib
12+
- scipy
13+
- lmfit
14+
- customplotting
15+
16+
## Installation
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+
```

0 commit comments

Comments
 (0)