brianops1

WindowsPython

Sep 19th, 2020 (edited)
1,837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ~ - Python Installation - ~
  2.  
  3.  
  4. (Windows)
  5.  
  6.  
  7. 1. Download version 3.8 of python 3: https://www.python.org/downloads/windows/
  8.  
  9. 2. Open up the command prompt
  10. - To do this, use the search bar and type in 'cmd' or 'command prompt'
  11.  
  12. 3. Upgrade/Download the following (if you don't have it already)
  13. - pip: https://datatofish.com/upgrade-pip/
  14. - Visual C++: https://visualstudio.microsoft.com/visual-cpp-build-tools/
  15. - use 'pip install --upgrade setuptools' if you need visual cpp
  16.  
  17. 4. Pip install these packages: keyboard, mido, python-rtmidi
  18. - You can do this by typing: pip install PackageNameHere
  19. Which would look like: pip install PackageNameHere
  20.  
  21. 5. Download the WinMidiToQwerty.py program and run it
Add Comment
Please, Sign In to add comment