File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
2828pip install PySimpleGUI
2929pip 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
You can’t perform that action at this time.
0 commit comments