Python Software installation

From rbachwiki
Revision as of 19:17, 17 March 2023 by Bacchas (talk | contribs)
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]]

Back To Top - Category