Advertisement
here2share

Notepad++ code to run Python

Sep 30th, 2019 (edited)
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. C:\Python\Python38\python.exe -i "$(FULL_CURRENT_PATH)"
  2. C:\Python\Python38\python.exe -m pip install --upgrade pip
  3. C:\Python\Python38\python.exe -m pip install pillow
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement