Difference between revisions of "Python Software installation"

From rbachwiki
Jump to navigation Jump to search
Line 14: Line 14:
  py -m pip install pyinstaller
  py -m pip install pyinstaller


<p style="subhead"> add this to you code to fix path issues</p>
<p class="subhead"> add this to you code to fix path issues</p>


<pre>
<pre>

Revision as of 19:17, 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]]

Back To Top - Category