Python Software installation
Jump to navigation
Jump to search
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]]