Difference between revisions of "Python Software installation"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
jupyter notebook | jupyter notebook | ||
== pyinstaller install and setup== | |||
pip install pyinstaller | |||
if that doesn't work | |||
py -m pip install pyinstaller | |||
<p sytle="subhead"> add this to you code to fix path issues</p> | |||
<pre> | |||
==[[#top|Back To Top]] - [[Python|Category]]== | |||
[[Category:Python]] | |||
</pre> | |||
==[[#top|Back To Top]] - [[Python|Category]]== | ==[[#top|Back To Top]] - [[Python|Category]]== | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 19:15, 17 March 2023
Install pandas for data analysis
pip install pandas
Install Jupiter notebook
pip install jupyterlab
Start notebook
jupyter notebook
pyinstaller install and setup
pip install pyinstaller
if that doesn't work
py -m pip install pyinstaller
add this to you code to fix path issues
==[[#top|Back To Top]] - [[Python|Category]]== [[Category:Python]]