Skip to content

Commit 9372e93

Browse files
committed
Merge branch 'master' of https://github.com/Jobenland/Grapher
2 parents 605a88f + 497334b commit 9372e93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ A step by step series of examples that tell you how to get a development env run
2323

2424

2525
```
26-
pip install tkinter
27-
pip install pandas
26+
pip install tkinter (not right name) coming soon
27+
pip install pandas
2828
pip install PySimpleGUI
2929
pip install bokeh
30+
pip install np
3031
```
3132

3233
(optional) not needed
@@ -53,6 +54,7 @@ The best way to deploy this software for use in lab is to run locally either thr
5354
* [PySimpleGUI](https://pypi.org/project/PySimpleGUI/) - Used to create a GUI more efficiently
5455
* [TKinter](https://docs.python.org/3/library/tkinter.html) - Used as backend GUI framework and support
5556
* [Bokeh](https://bokeh.pydata.org/en/latest/) - Used as plotting software for the plot function
57+
* [NP](http://cs231n.github.io/python-numpy-tutorial/) - Help with scientific calculations
5658

5759
## Contributing
5860

0 commit comments

Comments
 (0)