Difference between revisions of "Python Software installation"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== pyinstaller install and setup== | == pyinstaller install and setup== | ||
pip install pyinstaller | pip install pyinstaller | ||
if that doesn't work | if that doesn't work | ||
py -m pip install pyinstaller | py -m pip install pyinstaller | ||
<p | <p style="subhead"> add this to you code to fix path issues</p> | ||
<pre> | <pre> |
Revision as of 19:16, 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]]